diff options
author | Akihiro MOTOKI <motoki@da.jp.nec.com> | 2012-09-13 21:22:33 +0900 |
---|---|---|
committer | Akihiro MOTOKI <motoki@da.jp.nec.com> | 2012-10-09 15:28:26 +0900 |
commit | 7948b7a572e33e3fd541e27f2617d832eb43b504 (patch) | |
tree | dca8b796c48f6518a525a53082fe2997620c2d75 /tools/pip-requires | |
parent | fb101685cc14ed9b0396ce966e571d3fb457c32f (diff) | |
download | nova-7948b7a572e33e3fd541e27f2617d832eb43b504.tar.gz nova-7948b7a572e33e3fd541e27f2617d832eb43b504.tar.xz nova-7948b7a572e33e3fd541e27f2617d832eb43b504.zip |
Proxy floating IP calls to quantum
Fixes bug 1023169. Also fixes bug 1031119.
In Folsom, floating IP support is moved to Quantum. By this commit floating IP
calls to nova are proxied to Quantum and nova command can be used to manage
floating IPs.
pip-requires is also updated and now requires python-quantumclient >=2.1 which
supports floating IP feature in Quantum.
Change-Id: I2c32948a8fe291601216dc62d546da64a8fb8428
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index b3716352c..1e43a9c04 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -19,5 +19,5 @@ Babel>=0.9.6 iso8601>=0.1.4 httplib2 setuptools_git>=0.4 -python-quantumclient>=2.0 +python-quantumclient>=2.1 python-glanceclient>=0.5.0,<2 |