summaryrefslogtreecommitdiff
path: root/keystoneclient/__init__.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-07-15 12:14:59 +0000
committerGerrit Code Review <review@openstack.org>2014-07-15 12:14:59 +0000
commit9fc3a0fd102993f9124978a2d47804f438cb55a1 (patch)
tree2496f07750f9acc7153beedc1a6eccf54be8c7fc /keystoneclient/__init__.py
parentd8cc28c9f223de150779308d0013dcb5a2fd832c (diff)
parentd8408f6250288935aa931f9751be247d9153cf85 (diff)
downloadpython-keystoneclient-9fc3a0fd102993f9124978a2d47804f438cb55a1.tar.gz
Merge "Docstrings for usability."
Diffstat (limited to 'keystoneclient/__init__.py')
-rw-r--r--keystoneclient/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/keystoneclient/__init__.py b/keystoneclient/__init__.py
index bd50f9f..a3c0408 100644
--- a/keystoneclient/__init__.py
+++ b/keystoneclient/__init__.py
@@ -13,6 +13,15 @@
# License for the specific language governing permissions and limitations
# under the License.
+"""The python bindings for the OpenStack Identity (Keystone) project.
+
+See :py:class:`keystoneclient.v3.client.Client` for the Identity V3 client.
+
+See :py:class:`keystoneclient.v2_0.client.Client` for the Identity V2.0 client.
+
+"""
+
+
import pbr.version
from keystoneclient import access