diff options
| author | Zuul <zuul@review.opendev.org> | 2020-08-26 15:02:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-08-26 15:02:50 +0000 |
| commit | 0a4d3c77b46d783ae903ff790a2cc951084875b0 (patch) | |
| tree | 7aa0033e1655102cdc0c761b5588de09a5e6df48 /doc/source | |
| parent | 9a6c4253d65539746e977ec605ccbc5032a97c9a (diff) | |
| parent | d6530c48d9c860aeb604c4efddb3ddc58cc24c2c (diff) | |
| download | python-cinderclient-0a4d3c77b46d783ae903ff790a2cc951084875b0.tar.gz | |
Merge "Add doc linting to pep8 target"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/contributor/functional_tests.rst | 10 | ||||
| -rw-r--r-- | doc/source/index.rst | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/doc/source/contributor/functional_tests.rst b/doc/source/contributor/functional_tests.rst index 5f60a48..d6b2db2 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 ------ |
