From d7f4773ed29ff5262ceaa95c4a2b3a394cdd8047 Mon Sep 17 00:00:00 2001 From: Nisha Yadav Date: Fri, 19 Aug 2016 18:47:43 +0530 Subject: [PATCH] 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 --- keystoneclient/v3/domains.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keystoneclient/v3/domains.py b/keystoneclient/v3/domains.py index 9a828dc5c..a790558f9 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 """