diff options
author | Yong Sheng Gong <gongysh@cn.ibm.com> | 2012-06-25 14:52:58 +0800 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-07-03 09:13:40 -0400 |
commit | 66bf71b1fccda05cef5a1ea807d366dd211ed872 (patch) | |
tree | fb5db492e17d278f750cb61b959c176156071e33 /tools/pip-requires | |
parent | d335457f48d09c3d780c92413fe777030c1335e2 (diff) | |
download | nova-66bf71b1fccda05cef5a1ea807d366dd211ed872.tar.gz nova-66bf71b1fccda05cef5a1ea807d366dd211ed872.tar.xz nova-66bf71b1fccda05cef5a1ea807d366dd211ed872.zip |
Implement nova network API for quantum API 2.0
blueprint improved-nova-quantum-integration
This new network API depends on quantum v2.0 client to connect quantum server
via Quantum server API V2.0. This change implements the minimum set of methods
so that we can boot an instance with ip allocated by quantum server.
Change-Id: I34acbbf84dd8601db8143267c8cc41255a0c6d3f
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 234c31a7b..010289137 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -24,3 +24,4 @@ Babel>=0.9.6 iso8601>=0.1.4 httplib2 setuptools_git>=0.4 +python-quantumclient>=0.1,<0.2 |