Switch neutron-tempest-plugin-api job to be uwsgi based
Test of uwsgi based deployment is most important on the API level, so this patch switches neutron-tempest-plugin-api job to run neutron with uwsgi there. Thanks to that we will also drop neutron-tempest-with-uwsgi which is defined in the neutron repo from neutron CI queues. Change-Id: If34ed0bd65a2eedae85894d80fb4f47eedef0165
This commit is contained in:
@@ -84,6 +84,8 @@
|
||||
tempest_test_regex: ^neutron_tempest_plugin\.api
|
||||
devstack_services:
|
||||
neutron-log: true
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
# NOTE(slaweq): We can get rid of this hardcoded absolute path when
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
network_available_features: &available_features
|
||||
-
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
USE_PYTHON3: false
|
||||
CIRROS_VERSION: 0.3.5
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
network_api_extensions_tempest:
|
||||
- dvr
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
USE_PYTHON3: false
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
TEMPEST_PLUGINS: /opt/stack/neutron-tempest-plugin
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
network_available_features: &available_features
|
||||
-
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
|
||||
- job:
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
network_available_features: &available_features
|
||||
-
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
|
||||
- job:
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
network_available_features: &available_features
|
||||
-
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
network_available_features: &available_features
|
||||
- ipv6_metadata
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
|
||||
- job:
|
||||
|
||||
Reference in New Issue
Block a user