From 25b492c019b9827901675bfff37998e4a42b305c Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sat, 3 Sep 2016 17:48:50 +0530 Subject: [PATCH] Fix a small markup typo This typo throws error while generating tables in config-reference of openstack-manuals Change-Id: If0be47225fbe8c59f7e0679dbced361fda5a960e --- etc/glance-api.conf | 2 +- etc/glance-cache.conf | 2 +- etc/glance-scrubber.conf | 2 +- glance/registry/client/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/glance-api.conf b/etc/glance-api.conf index 04cc5469..55c29bb1 100644 --- a/etc/glance-api.conf +++ b/etc/glance-api.conf @@ -1199,7 +1199,7 @@ # # Provide a string value representing the protocol to use for # communication with the registry server. By default, this option is -# set to ``http` and the connection is not secure. +# set to ``http`` and the connection is not secure. # # This option can be set to ``https`` to establish a secure connection # to the registry server. In this case, provide a key to use for the diff --git a/etc/glance-cache.conf b/etc/glance-cache.conf index 035c238e..08fade29 100644 --- a/etc/glance-cache.conf +++ b/etc/glance-cache.conf @@ -643,7 +643,7 @@ # # Provide a string value representing the protocol to use for # communication with the registry server. By default, this option is -# set to ``http` and the connection is not secure. +# set to ``http`` and the connection is not secure. # # This option can be set to ``https`` to establish a secure connection # to the registry server. In this case, provide a key to use for the diff --git a/etc/glance-scrubber.conf b/etc/glance-scrubber.conf index 9440b7ac..40ff1be2 100644 --- a/etc/glance-scrubber.conf +++ b/etc/glance-scrubber.conf @@ -649,7 +649,7 @@ # # Provide a string value representing the protocol to use for # communication with the registry server. By default, this option is -# set to ``http` and the connection is not secure. +# set to ``http`` and the connection is not secure. # # This option can be set to ``https`` to establish a secure connection # to the registry server. In this case, provide a key to use for the diff --git a/glance/registry/client/__init__.py b/glance/registry/client/__init__.py index d56efe70..6dc5fca7 100644 --- a/glance/registry/client/__init__.py +++ b/glance/registry/client/__init__.py @@ -27,7 +27,7 @@ Protocol to use for communication with the registry server. Provide a string value representing the protocol to use for communication with the registry server. By default, this option is -set to ``http` and the connection is not secure. +set to ``http`` and the connection is not secure. This option can be set to ``https`` to establish a secure connection to the registry server. In this case, provide a key to use for the