summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-05-14 16:15:15 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-06-05 14:53:12 +0000
commitd6530c48d9c860aeb604c4efddb3ddc58cc24c2c (patch)
treeddc25b180cbb846f66e6dd7a6963313bea8a8df8 /doc/source
parent4e24fd614be8e7aae82224f0add044e3d62c8b51 (diff)
downloadpython-cinderclient-d6530c48d9c860aeb604c4efddb3ddc58cc24c2c.tar.gz
Add doc linting to pep8 target
This adds doc8 to the pep8 job to lint the docs. Also fixes a few issues it highlighted. Change-Id: Id0f4b9bee1f6a0103ec581b20037a9b74201aaca Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/contributor/functional_tests.rst10
-rw-r--r--doc/source/index.rst8
2 files changed, 11 insertions, 7 deletions
diff --git a/doc/source/contributor/functional_tests.rst b/doc/source/contributor/functional_tests.rst
index 9eea42d..1494f47 100644
--- a/doc/source/contributor/functional_tests.rst
+++ b/doc/source/contributor/functional_tests.rst
@@ -40,7 +40,9 @@ For more information on these options and how to run tests, please see the
Gotchas
-------
-The cinderclient.tests.functional.test_cli.CinderBackupTests.test_backup_create_and_delete
-test will fail in Devstack without c-bak service running, which requires Swift.
-Make sure Swift is enabled when you stack.sh by putting this in local.conf :
-enable_service s-proxy s-object s-container s-account
+The cinderclient.tests.functional.test_cli.CinderBackupTests.test_backup_create
+and_delete test will fail in Devstack without c-bak service running, which
+requires Swift. Make sure Swift is enabled when you stack.sh by putting this in
+local.conf::
+
+ enable_service s-proxy s-object s-container s-account
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 557bddc..2bd01af 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -221,6 +221,11 @@ The following are kept for historical purposes.
* Use Adapter from keystoneclient
* Add support for Replication feature
* Add pagination for Volume List
+* Note Connection refused --> Connection error commit:
+ c9e7818f3f90ce761ad8ccd09181c705880a4266
+* Note Mask Passwords in log output commit:
+ 80582f2b860b2dadef7ae07bdbd8395bf03848b1
+
.. _1325773: http://bugs.launchpad.net/python-cinderclient/+bug/1325773
.. _1333257: http://bugs.launchpad.net/python-cinderclient/+bug/1333257
@@ -234,9 +239,6 @@ The following are kept for historical purposes.
.. _1130572: http://bugs.launchpad.net/python-cinderclient/+bug/1130572
.. _1156994: http://bugs.launchpad.net/python-cinderclient/+bug/1156994
-** Note Connection refused --> Connection error commit: c9e7818f3f90ce761ad8ccd09181c705880a4266
-** Note Mask Passwords in log output commit: 80582f2b860b2dadef7ae07bdbd8395bf03848b1
-
1.0.9
------