From 6d49acd13ee13f094320ff35e39d1ed085c55d71 Mon Sep 17 00:00:00 2001 From: Rodrigo Duarte Sousa Date: Mon, 26 Jan 2015 12:47:00 -0300 Subject: [PATCH] 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 --- keystoneclient/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) 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 """