Problem with heading: "Launch an instance from an image" Section 1 with following command example:

"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
This commit is contained in:
Ashish Billore 2015-02-05 03:02:07 +05:30
parent fef7ccae72
commit 00ad6ead93

View File

@ -231,7 +231,7 @@
| updated | 2013-07-16T16:25:34Z |
| hostId | |
| OS-EXT-SRV-ATTR:host | None |
| key_name | None |
| key_name | KeyPair01 |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None |
| name | myCirrosServer |
| adminPass | tVs5pL8HcPGw |