Services deployed by Murano require specially prepared images. After images are created they should be registered in Openstack Glance - image operation service.

># glance image-create --disk-format=qcow2 --container-format=bare --is-public=true --file=cloud-linux.img --name=cloud-linux
	

After these steps desired image can be chosen in Murano dashboard and used for services platform.