Move neutron rally jobs to wsgi
Were missed when other jobs were moved[1], also now with eventlet bump[2] the ovn rally job is broken as described in the related bug #2094970. [1] https://review.opendev.org/c/openstack/neutron/+/935626 [2] https://review.opendev.org/c/openstack/requirements/+/933257 Topic: eventlet-deprecation Related-Bug: #2069831 Related-Bug: #2094970 Change-Id: I1bc6b80c2bd11168342ffaebf05160d152ef4070
This commit is contained in:
parent
585ea689d5
commit
adba4b960c
@ -11,6 +11,7 @@
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
||||
Q_AGENT: openvswitch
|
||||
KEYSTONE_ADMIN_ENDPOINT: true
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
rally_task: rally-jobs/task-neutron.yaml
|
||||
devstack_plugins:
|
||||
osprofiler: https://opendev.org/openstack/osprofiler
|
||||
@ -187,6 +188,7 @@
|
||||
OVN_BUILD_FROM_SOURCE: True
|
||||
OVN_BRANCH: "branch-24.03"
|
||||
OVS_BRANCH: "branch-3.3"
|
||||
NEUTRON_DEPLOY_MOD_WSGI: true
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
"${RALLY_CONF_DIR}/${RALLY_CONF_FILE}":
|
||||
|
Loading…
x
Reference in New Issue
Block a user