commit | f0ac9583fa7346951c1ff5e5c8e3fb812dd36344 | [log] [tgz] |
---|---|---|
author | Peter Razumovsky <prazumovsky@mirantis.com> | Thu Sep 24 16:49:03 2015 +0300 |
committer | Peter Razumovsky <prazumovsky@mirantis.com> | Thu Oct 08 15:13:52 2015 +0300 |
tree | 1b1addd3af5f362f3ee0d4b67177f8319139794e | |
parent | 6a1b9053e5133e7da688932223dac3f18d041907 [diff] [blame] |
Fix [H405] pep rule in heat_integrationtests Implements bp docstring-improvements Change-Id: I7aebbdafef121c3414e6a0260452c1353af62e88
diff --git a/common/clients.py b/common/clients.py index daba708..9718d03 100644 --- a/common/clients.py +++ b/common/clients.py
@@ -23,7 +23,8 @@ class ClientManager(object): - """ + """Provides access to the official python clients for calling various APIs. + Manager that provides access to the official python clients for calling various OpenStack APIs. """