Hi,

 

When a volume is created and then an Instance is launched, the field for “image” is empty in CLI and “Not Found” in Horizon. Is this behavior correct?

After create a Volume and launch an Instance I created a Flavor, Image and Network.

 

To create a Volume I used: $ openstack volume create --size 20 --type iscsi --image cirros --availability-zone nova volume-cirros

 

To launch an Instance: $ openstack server create --volume volume-cirros --flavor m1.small --nic net-id=5886578b-1868-4c12-9742-9ae147b4daba vm-cirros-1

 

[wrsroot@controller-0 ~(keystone_admin)]$ openstack server show vm-cirros-1 | grep -w "image"

| image

 

The name of the image used to create the Volume to launch the Instances should be showed?

 

Regards.

Juan Carlos Alonso