Skip to content

Commit

Permalink
Corrected section underline
Browse files Browse the repository at this point in the history
Section underline must be at least as long as the title text

Change-Id: I13f5398bb564c91af6c721c699a5552f2a07e561
  • Loading branch information
Sachin Patil committed Apr 15, 2016
1 parent 7ed0101 commit 50b0252
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions HACKING.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
glance Style Commandments
=======================
=========================

- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on

glance Specific Commandments
--------------------------
----------------------------

- [G316] Change assertTrue(isinstance(A, B)) by optimal assert like
assertIsInstance(A, B)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ logged. Affects only if context middleware is configured in pipeline.
Optional. Default: ``64`` (Limited by max_header_line default: 16384)

Configuring SSL Support
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~

* ``cert_file=PATH``

Expand All @@ -225,7 +225,7 @@ certificates provided during an SSL handshake. This is ignored if
Optional. Default: not enabled.

Configuring Registry Access
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~

There are a number of configuration options in Glance that control how
the API server accesses the registry server.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/glancemetadefcatalogapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
implied.
See the License for the specific language governing permissions and
limitations under the License.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/man/glancecachecleaner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OPTIONS
.. include:: general_options.rst

FILES
======
=====

**/etc/glance/glance-cache.conf**
Default configuration file for the Glance Cache
Expand Down
2 changes: 1 addition & 1 deletion doc/source/man/glancecachepruner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

OPTIONS
========
=======

**General options**

Expand Down
2 changes: 1 addition & 1 deletion doc/source/man/glancecontrol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ And command is one of:
And CONFPATH is the optional configuration file to use.

OPTIONS
========
=======

**General Options**

Expand Down
2 changes: 1 addition & 1 deletion doc/source/man/glancescrubber.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OPTIONS
then exits. This is the default.

FILES
======
=====

**/etc/glance/glance-scrubber.conf**
Default configuration file for the Glance Scrubber
Expand Down
6 changes: 3 additions & 3 deletions doc/source/opts/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============================
Glance Configuration Options
=============================
============================
Glance Configuration Options
============================

This section provides a list of all possible options for each
configuration file. Refer to :doc:`Basic Configuration <../configuring>`
Expand Down
2 changes: 1 addition & 1 deletion doc/source/statuses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Images in Glance can be in one the following statuses:
* Add location from zero to more than one.

Task Statuses
==============
=============

Tasks in Glance can be in one the following statuses:

Expand Down
4 changes: 1 addition & 3 deletions doc/source/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
under the License.

Tasks
==============
=====

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


0 comments on commit 50b0252

Please sign in to comment.