summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-03-20 19:39:35 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2017-04-03 13:17:25 -0400
commit3a03a0e10dfc797413536f8c8024c0ddf380f6c3 (patch)
tree00c22c8d88b3031a8ed4acf0b1e40752b7213f69 /test-requirements.txt
parentb98a033d1673b8da8ca261b1dfc6cb0bd6996e9d (diff)
downloadpython-novaclient-3a03a0e10dfc797413536f8c8024c0ddf380f6c3.tar.gz
Remove deprecated network APIs
These were deprecated in Newton: aaebeb05a03e34281a091dc6dfc4672b01cdfbbb The 'find network' convenience helper when booting a server only works with neutron now, and assumes the 'network' endpoint is in the service catalog. The functional tests are changed to use python-neutronclient for listing and finding the network to use. At this point, we don't have any nova-network CI jobs that will work with novaclient, so the non-voting mitaka nova-network job is also being removed in change I63b36fb8acc5c9a273e6adcb271df16d0f71031e. As noted in the release note, the only remaining pure nova-network CLI/API that will work is for listing virtual interfaces, which is only implemented for nova-network within Nova. The functional tests for this API are removed since we don't have any nova-network CI jobs that will test it besides unit tests. Long-term we'll likely deprecate the os-virtual-interfaces API as well and replace it with the os-interface API. Change-Id: I8c520100a0016eed3959619c71dae037ebd72939
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index bf0a5f55..7d4b1391 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,6 +11,7 @@ mock>=2.0 # BSD
python-keystoneclient>=3.8.0 # Apache-2.0
python-cinderclient>=2.0.1 # Apache-2.0
python-glanceclient>=2.5.0 # Apache-2.0
+python-neutronclient>=5.1.0 # Apache-2.0
requests-mock>=1.1 # Apache-2.0
sphinx>=1.5.1 # BSD
os-client-config>=1.22.0 # Apache-2.0