[docs] Fix length of underline

Title length must match the underline

Change-Id: Ia7a2bf54a6697c63c423bacd53dfb125b9c620f6
This commit is contained in:
Andrey Kurilin
2015-09-17 16:05:33 +03:00
parent 0820a9e793
commit 420782cc01
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
The :program:`nova` shell utility The :program:`nova` shell utility
========================================= =================================
.. program:: nova .. program:: nova
.. highlight:: bash .. highlight:: bash

View File

@@ -1,9 +1,9 @@
===================================== ====================================
python-novaclient functional testing python-novaclient functional testing
===================================== ====================================
Idea Idea
------ ----
Over time we have noticed two issues with novaclient unit tests. Over time we have noticed two issues with novaclient unit tests.
@@ -22,7 +22,7 @@ multiple occasions).
Testing Theory Testing Theory
---------------- --------------
We are treating python-novaclient as legacy code, so we do not want to spend a We are treating python-novaclient as legacy code, so we do not want to spend a
lot of effort adding in missing features. In the future the CLI will move to lot of effort adding in missing features. In the future the CLI will move to
@@ -38,7 +38,7 @@ native support to the CLI for the required functionality would involve a
non trivial amount of work. non trivial amount of work.
Functional Test Guidelines Functional Test Guidelines
--------------------------- --------------------------
* Consume credentials via standard client environmental variables:: * Consume credentials via standard client environmental variables::