Fix the missing slash in cli_nova_launch_instance

[use-guide]cli_nova_launch_instance_using_ISO_image.rst missing the slash

Change-Id: I4d2b07f07522d833d8e8ffce7ca4fee8b7622657
This commit is contained in:
zhu.rong 2015-08-23 17:29:22 +08:00
parent 7fefa0b270
commit c692a0fe77

View File

@ -14,7 +14,7 @@ with the following parameters to boot an instance::
$ nova boot \
--image ubuntu-14.04.2-server-amd64.iso \
--block-device source=blank,dest=volume,size=10,shutdown=preserve \
--nic net-id = NETWORK_UUID
--nic net-id = NETWORK_UUID \
--flavor 2 INSTANCE_NAME
+--------------------------------------+--------------------------------------------+
| Property | Value |