3a03a0e10d
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
27 lines
867 B
Plaintext
27 lines
867 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
bandit>=1.1.0 # Apache-2.0
|
|
coverage>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
keyring>=5.5.1 # MIT/PSF
|
|
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
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
tempest>=14.0.0 # Apache-2.0
|
|
|
|
# releasenotes
|
|
reno>=1.8.0 # Apache-2.0
|