From 9bef8f4da3e9cfd73e79d93f497dc016a14516a7 Mon Sep 17 00:00:00 2001 From: "Munoz, Obed N" Date: Thu, 7 Apr 2016 15:12:42 -0500 Subject: [PATCH] Fix roles inline code syntax Signed-off-by: Munoz, Obed N --- source/openstack_env_inventory_file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/openstack_env_inventory_file.rst b/source/openstack_env_inventory_file.rst index 69505ad2..2a3353b9 100644 --- a/source/openstack_env_inventory_file.rst +++ b/source/openstack_env_inventory_file.rst @@ -14,10 +14,10 @@ Consider the following example:: [openstack_identity] 192.168.50.13 -Here the :role:`[openstack_identity]` syntax defines the group, and +Here, the role ``[openstack_identity]`` syntax defines the group, and ``192.168.50.13`` specifies the machine(s) that possess that role. You may define multiple machines in the same group; this is a standard -configuration for :role:`[openstack_compute]` nodes:: +configuration for role ``[openstack_compute]`` nodes:: [openstack_compute] 192.168.50.16