From 05fe67a8fb700f053f11f2967103d88b0d87106b Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 27 Nov 2017 09:36:10 +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: I807051a99398d943bb1f7ff93da0edc957966176 --- contrib/ironic/ironic-fa-deploy/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ironic/ironic-fa-deploy/README.rst b/contrib/ironic/ironic-fa-deploy/README.rst index 54765923..ae56f899 100644 --- a/contrib/ironic/ironic-fa-deploy/README.rst +++ b/contrib/ironic/ironic-fa-deploy/README.rst @@ -63,7 +63,7 @@ with path to private key file. "file_system": "ext4", "size": 10000}]}]' After steps above the node is ready for deploying. User can invoke -``nova boot`` command for deploying an instance image. +:command:`nova boot` command for deploying an instance image. TODO: