From abfdcc4081c2302e483bfc93aabb2e47d2a6f922 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 27 Nov 2017 09:23:33 +0700 Subject: [PATCH] Fix the format command-line The command-line should be marked follow [1] as consistent with their semantic meaning. [1] https://docs.openstack.org/doc-contrib-guide/rst-conv/inline-markups.html#command Change-Id: Icb6aec0598cd8e575e26fa05c342b56cf6f81591 --- doc/source/install/configdrive.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/configdrive.rst b/doc/source/install/configdrive.rst index eef55f9994..953ff0b74f 100644 --- a/doc/source/install/configdrive.rst +++ b/doc/source/install/configdrive.rst @@ -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 --------------------