summaryrefslogtreecommitdiff
path: root/doc/source/contributor
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/contributor
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/contributor')
-rw-r--r--doc/source/contributor/functional_tests.rst10
1 files changed, 6 insertions, 4 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