"The following command launches the MyCirrosServer instance with the m1.small flavor (ID of 1), cirros-0.3.2-x86_64-uec image (ID of 397e713c-b95b-4186-ad46-6126863ea0a9), default security group, KeyPair01 key, and a user data file called cloudinit.file:
$ nova boot --flavor 1 --image 397e713c-b95b-4186-ad46-6126863ea0a9 \
--security-groups default --key-name KeyPair01 --user-data cloudinit.file \
myCirrosServer
"
After the example command, it shows the sample output in the table where it lists the key_name incorrectly:
key_name | None | ==> instead of
key_name | KeyPair01 |
Change-Id: I0400ba95f9304c94e4d20d4e315ec525f0f5c6c9
Closes-Bug: #1418057