From dd1e797ac5b712c8e7cff760cf6c38c99c3d3ee0 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Mon, 27 Dec 2021 14:14:14 +0800 Subject: [PATCH] code-block replaces the soucecode in install docs section https://docs.openstack.org/sahara/wallaby/install/installation-guide.html#common-installation-steps cannot show the doc's content with soucecodes, instead of using code-block. Change-Id: Ie6e2a6c9c9a27cbd976fb3d973f36f02f5b20a96 --- doc/source/install/installation-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/installation-guide.rst b/doc/source/install/installation-guide.rst index 2343ca447b..0267853a66 100644 --- a/doc/source/install/installation-guide.rst +++ b/doc/source/install/installation-guide.rst @@ -207,7 +207,7 @@ Then restart the mysql server to ensure these changes are active. python-saharaclient to work properly you must register sahara in the Identity service catalog. For example: -.. sourcecode:: console +.. code-block:: console $ openstack service create --name sahara --description \ "Sahara Data Processing" data-processing