Fixed a mistake.. “Before” instead of “After”

 

From: Alonso, Juan Carlos [mailto:juan.carlos.alonso@intel.com]
Sent: Monday, October 8, 2018 12:28 PM
To: starlingx-discuss@lists.starlingx.io
Subject: [Starlingx-discuss] Image name is not showed in a Instance

 

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?

Before 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