From 66bf71b1fccda05cef5a1ea807d366dd211ed872 Mon Sep 17 00:00:00 2001 From: Yong Sheng Gong Date: Mon, 25 Jun 2012 14:52:58 +0800 Subject: 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 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit