summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorRodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>2015-01-26 12:47:00 -0300
committerRodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>2015-03-13 17:02:39 -0300
commit14ace4a5ded0bd4005928b42a4f337639bd90799 (patch)
tree2b71e008bbd775b160573ddd2713391772fd45de /keystoneclient/exceptions.py
parent32c18a83e2ffe80f559ca871eeddb2ef8848ff17 (diff)
downloadpython-keystoneclient-14ace4a5ded0bd4005928b42a4f337639bd90799.tar.gz
Implements subtree_as_ids and parents_as_ids
This patch implements the new ways to get the project's hierarchy: 'subtree_as_ids': If True, returns projects IDs down the hierarchy as a structured dictionay. 'parents_as_ids': If True, returns projects IDs up the hierarchy as a structured dictionay. Change-Id: Ia3afe994893dfca059cb8361f7ab1c14e28e1ad5 Implements: blueprint hierarchical-multitenancy-improvements
Diffstat (limited to 'keystoneclient/exceptions.py')
-rw-r--r--keystoneclient/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py
index a76aa32..0150bf5 100644
--- a/keystoneclient/exceptions.py
+++ b/keystoneclient/exceptions.py
@@ -21,6 +21,8 @@ Exception definitions.
.. py:exception:: HttpError
+.. py:exception:: ValidationError
+
.. py:exception:: Unauthorized
"""