Test heal port allocations in nova-next

This patch extends the existing integration test for
heal_allocations to test the recently implemented port
allocation healing functionality.

Change-Id: I993c9661c37da012cc975ee8c04daa0eb9216744
Related-Bug: #1819923
This commit is contained in:
Balazs Gibizer
2019-07-09 16:05:31 +02:00
parent 65847e3e66
commit 0044702e0d
2 changed files with 113 additions and 2 deletions
+11
View File
@@ -224,6 +224,11 @@
scheduler:
# Added in Train.
query_placement_for_image_type_support: True
"/$NEUTRON_CORE_PLUGIN_CONF":
# Needed for QoS port heal allocation testing.
ovs:
bridge_mappings: public:br-ex
resource_provider_bandwidths: br-ex:1000000:1000000
devstack_localrc:
# Added in Pike.
NOVA_USE_SERVICE_TOKEN: True
@@ -236,8 +241,14 @@
ENABLE_VOLUME_MULTIATTACH: True
devstack_services:
tls-proxy: true
# neutron-* needed for QoS port heal allocation testing.
neutron-placement: true
neutron-qos: true
# Disable non-essential services that we don't need for this job.
c-bak: false
devstack_plugins:
# Needed for QoS port heal allocation testing.
neutron: https://opendev.org/openstack/neutron
- job:
name: nova-tempest-v2-api