diff options
author | Chris Yeoh <cyeoh@au1.ibm.com> | 2013-07-12 11:26:43 +0930 |
---|---|---|
committer | Chris Yeoh <cyeoh@au1.ibm.com> | 2013-07-23 10:46:14 +0930 |
commit | aad95316d4c3e72e4f84a8506a32c21b72d20835 (patch) | |
tree | 8ffbd49ab4b6153aab0ae566ab6745a257f3681c /requirements.txt | |
parent | 9e2d4ac4601a579299e464fefbefe337ecae45af (diff) | |
download | nova-aad95316d4c3e72e4f84a8506a32c21b72d20835.tar.gz |
Allow exceptions to propagate through stevedore map
Allow exceptions to propagate up through the stevedore map
function used by the V3 API servers core extension. This allows
for functionality such as extension specific parsing of client
supplied data formerly required to be handled by the core API to
be handled by the extension itself instead.
This functionality requires stevedore 0.10 or later
Partially implements blueprint nova-v3-api
Change-Id: Ib848147225707f1c7eda27b1ba796022161ba20f
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f2e9a82e94..13980e7896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ python-neutronclient>=2.2.3,<3.0.0 python-glanceclient>=0.9.0 python-keystoneclient>=0.2.0 six -stevedore>=0.9 +stevedore>=0.10 websockify<0.4 pyparsing>=1.5.7,<2.0 # order-dependent python-quantumclient req, bug 1191866 |