summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNisha Yadav <ynisha11@gmail.com>2016-08-19 18:47:43 +0530
committerNisha Yadav <ynisha11@gmail.com>2016-08-19 18:47:43 +0530
commitd7f4773ed29ff5262ceaa95c4a2b3a394cdd8047 (patch)
tree6aa67edfc0ced094aa5d89c131c92242d9d56e68
parent04b5534b7c43d4ff7edfbed46c88fcdca6f691d8 (diff)
downloadpython-keystoneclient-d7f4773ed29ff5262ceaa95c4a2b3a394cdd8047.tar.gz
Follow up patch for Improve docs for v3 domains
This patch fixes a nit left by the review I78e62fbd877ba32744fa3587ad2eb497bfb79fc2 Change-Id: I63bc438bca5f989ab79dc2393ca9d0a0d2e4af4e Partial-Bug: #1330769
-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
"""