Merge "Fix the format command-line"

This commit is contained in:
Zuul 2017-11-30 16:16:32 +00:00 committed by Gerrit Code Review
commit 66a0d27b0f
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ When used with Compute service
------------------------------
To enable the configuration drive for a specific request, pass
``--config-drive true`` parameter to the ``nova boot`` command, for example::
``--config-drive true`` parameter to the :command:`nova boot` command, for example::
nova boot --config-drive true --flavor baremetal --image test-image instance-1
@ -36,7 +36,7 @@ create a configuration drive by setting the following option in the
force_config_drive=True
In some cases, you may wish to pass a user customized script when deploying an instance.
To do this, pass ``--user-data /path/to/file`` to the ``nova boot`` command.
To do this, pass ``--user-data /path/to/file`` to the :command:`nova boot` command.
When used standalone
--------------------