summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-19 19:32:54 +0000
committerGerrit Code Review <review@openstack.org>2016-08-19 19:32:54 +0000
commit9b7a65931569c41fcf69b1fbd7e35a7ef1cedd37 (patch)
tree0ce18138568f99e08f2c0abfa4f5c6a9f7a991e6
parenta9b8206bd42829abc12f4c3134e48711cad6a205 (diff)
parentd7f4773ed29ff5262ceaa95c4a2b3a394cdd8047 (diff)
downloadpython-keystoneclient-9b7a65931569c41fcf69b1fbd7e35a7ef1cedd37.tar.gz
Merge "Follow up patch for Improve docs for v3 domains"
-rw-r--r--keystoneclient/v3/domains.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/keystoneclient/v3/domains.py b/keystoneclient/v3/domains.py
index 9a828dc..a790558 100644
--- a/keystoneclient/v3/domains.py
+++ b/keystoneclient/v3/domains.py
@@ -24,6 +24,9 @@ class Domain(base.Resource):
Attributes:
* id: a uuid that identifies the domain
+ * name: the name of the domain
+ * description: a description of the domain
+ * enabled: determines whether the domain is enabled
"""