Ashish Billore 00ad6ead93 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
2015-02-05 03:08:13 +05:30
..
2014-08-07 18:10:43 +08:00
2014-08-16 07:34:35 +02:00
2014-08-07 18:10:43 +08:00
2014-08-07 18:10:43 +08:00
2014-08-07 18:10:43 +08:00