From bfa6c3c98c16968440e31b9fea2d2e9c32eda36c Mon Sep 17 00:00:00 2001 From: Daniele Pizzolli Date: Wed, 27 Jan 2016 15:13:20 +0100 Subject: [PATCH] Fix rst code rendering Two colons are needed for literal/code rendering. Change-Id: I9081aee68c9d715162a87113240416677c3cad0d --- doc/source/install-guide/configure-federation-use-case.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install-guide/configure-federation-use-case.rst b/doc/source/install-guide/configure-federation-use-case.rst index e95d9579c4..28ec7a9144 100644 --- a/doc/source/install-guide/configure-federation-use-case.rst +++ b/doc/source/install-guide/configure-federation-use-case.rst @@ -274,7 +274,7 @@ To view a mapping in detail:: To edit a mapping, use an auxiliary file. Save the JSON mapping shown above and make the necessary modifications, then use the``set`` command to trigger -an update. For example: +an update. For example:: $ openstack mapping show cloud1-mapping -c rules -f value | python -m json.tool > rules.json $ vi rules.json # <--- make any necessary changes