From c7ba89444d160cb81656a49cb93416ee5013aa8f Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 22 Jun 2017 12:43:09 -0600 Subject: Use neutron to create floating IPs. This patch moves the floating IP creation out of nova and into neutron. Other changes include the use of domain objects for VM and Floating IP instances, addition of new nova_utils tests to exercise the create server functionality, and more PEP8 compliance. JIRA: SNAPS-92 Change-Id: I16c12b26b56008901633e90ae307586ad2045f9b Signed-off-by: spisarski --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c3e748f..c708103 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python-novaclient!=7.0.0,<8.0.0,>=6.0.0 # Apache-2.0 +python-novaclient>=6.0.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-glanceclient>=2.5.0 # Apache-2.0 -- cgit 1.2.3-korg