Fix the wrong :command: use in user-guide
cli_nova_launch_instance_from_volume.rst and cli_nova_launch_instance_using_ISO_image.rst use nova :command:`boot`, and the command here should :command:`nova boot` Change-Id: I9dee83abd3679b8cf7bd1556f8491b9f91ac9737
This commit is contained in:
parent
ef00d5e80b
commit
23471991b2
@ -4,7 +4,7 @@ Launch an instance from a volume
|
||||
|
||||
You can boot instances from a volume instead of an image.
|
||||
|
||||
To complete these tasks, use these parameters on the nova :command:`boot`
|
||||
To complete these tasks, use these parameters on the :command:`nova boot`
|
||||
command:
|
||||
|
||||
.. list-table::
|
||||
|
@ -8,7 +8,7 @@ Boot an instance from an ISO image
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
OpenStack supports booting instances using ISO images. But before you
|
||||
make such instances functional, use the nova :command:`boot` command
|
||||
make such instances functional, use the :command:`nova boot` command
|
||||
with the following parameters to boot an instance::
|
||||
|
||||
$ nova boot \
|
||||
|
Loading…
x
Reference in New Issue
Block a user