Corrected section underline

Section underline must be at least as long as the title text

Change-Id: I13f5398bb564c91af6c721c699a5552f2a07e561
This commit is contained in:
Sachin Patil 2016-04-13 18:10:34 +05:30
parent 7ed01014e7
commit 50b0252a25
10 changed files with 14 additions and 16 deletions

View File

@ -1,12 +1,12 @@
glance Style Commandments glance Style Commandments
======================= =========================
- Step 1: Read the OpenStack Style Commandments - Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/ http://docs.openstack.org/developer/hacking/
- Step 2: Read on - Step 2: Read on
glance Specific Commandments glance Specific Commandments
-------------------------- ----------------------------
- [G316] Change assertTrue(isinstance(A, B)) by optimal assert like - [G316] Change assertTrue(isinstance(A, B)) by optimal assert like
assertIsInstance(A, B) assertIsInstance(A, B)

View File

@ -200,7 +200,7 @@ logged. Affects only if context middleware is configured in pipeline.
Optional. Default: ``64`` (Limited by max_header_line default: 16384) Optional. Default: ``64`` (Limited by max_header_line default: 16384)
Configuring SSL Support Configuring SSL Support
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
* ``cert_file=PATH`` * ``cert_file=PATH``
@ -225,7 +225,7 @@ certificates provided during an SSL handshake. This is ignored if
Optional. Default: not enabled. Optional. Default: not enabled.
Configuring Registry Access Configuring Registry Access
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
There are a number of configuration options in Glance that control how There are a number of configuration options in Glance that control how
the API server accesses the registry server. the API server accesses the registry server.

View File

@ -11,7 +11,7 @@
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.

View File

@ -39,7 +39,7 @@ OPTIONS
.. include:: general_options.rst .. include:: general_options.rst
FILES FILES
====== =====
**/etc/glance/glance-cache.conf** **/etc/glance/glance-cache.conf**
Default configuration file for the Glance Cache Default configuration file for the Glance Cache

View File

@ -26,7 +26,7 @@ set in the image_cache_max_size configuration option. This is meant
to be run as a periodic task, perhaps every half-hour. to be run as a periodic task, perhaps every half-hour.
OPTIONS OPTIONS
======== =======
**General options** **General options**

View File

@ -29,7 +29,7 @@ And command is one of:
And CONFPATH is the optional configuration file to use. And CONFPATH is the optional configuration file to use.
OPTIONS OPTIONS
======== =======
**General Options** **General Options**

View File

@ -55,7 +55,7 @@ OPTIONS
then exits. This is the default. then exits. This is the default.
FILES FILES
====== =====
**/etc/glance/glance-scrubber.conf** **/etc/glance/glance-scrubber.conf**
Default configuration file for the Glance Scrubber Default configuration file for the Glance Scrubber

View File

@ -1,6 +1,6 @@
============================= ============================
Glance Configuration Options Glance Configuration Options
============================= ============================
This section provides a list of all possible options for each This section provides a list of all possible options for each
configuration file. Refer to :doc:`Basic Configuration <../configuring>` configuration file. Refer to :doc:`Basic Configuration <../configuring>`

View File

@ -72,7 +72,7 @@ Images in Glance can be in one the following statuses:
* Add location from zero to more than one. * Add location from zero to more than one.
Task Statuses Task Statuses
============== =============
Tasks in Glance can be in one the following statuses: Tasks in Glance can be in one the following statuses:

View File

@ -15,7 +15,7 @@
under the License. under the License.
Tasks Tasks
============== =====
Conceptual Overview Conceptual Overview
------------------- -------------------
@ -134,5 +134,3 @@ interest:
* ``message``: this string field is expected to be null unless the task has * ``message``: this string field is expected to be null unless the task has
entered ``failure`` status. At that point, it contains an informative entered ``failure`` status. At that point, it contains an informative
human-readable message concerning the reason(s) for the task failure. human-readable message concerning the reason(s) for the task failure.