Create Keystone admin endpoint for Rally job
CI job "neutron-ovs-rally-task" needs an admin endpoint. Since [1] devstack does not create it by default. This patch enables it in this job now. [1]https://review.opendev.org/c/openstack/devstack/+/777345 Closes-Bug: #1949945 Change-Id: Ia88d70dd142c919eebc982c82ca583d220d96ac4
This commit is contained in:
parent
899f254a09
commit
32c1762c36
@ -10,6 +10,7 @@
|
||||
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
|
||||
Q_AGENT: openvswitch
|
||||
KEYSTONE_ADMIN_ENDPOINT: true
|
||||
rally_task: rally-jobs/task-neutron.yaml
|
||||
devstack_plugins:
|
||||
osprofiler: https://opendev.org/openstack/osprofiler
|
||||
@ -143,6 +144,7 @@
|
||||
Q_USE_PROVIDERNET_FOR_PUBLIC: true
|
||||
ENABLE_CHASSIS_AS_GW: true
|
||||
OVN_L3_CREATE_PUBLIC_NETWORK: true
|
||||
KEYSTONE_ADMIN_ENDPOINT: true
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
"${RALLY_CONF_DIR}/${RALLY_CONF_FILE}":
|
||||
|
Loading…
Reference in New Issue
Block a user