Fix Rally gates to use Cinder API v1
Commit I90dbc755088fcf82fc3897150e7a1d9ef998af06 didn't fix the issue. We need to add CINDER_ENABLE_V1_API=True to the Devstack config instead of exporting environment variable. Change-Id: If4ee7fd3b91c0e77f74c25dfdd45f2b30a4a6fba
This commit is contained in:
parent
990d1f46b8
commit
4d486a0f8d
@ -58,10 +58,10 @@
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export RALLY_SCENARIO={scenario}
|
||||
export CINDER_ENABLE_V1_API=True
|
||||
|
||||
DEVSTACK_LOCAL_CONFIG="enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin rally git://git.openstack.org/openstack/rally"
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"CINDER_ENABLE_V1_API=True"
|
||||
|
||||
ENABLED_SERVICES=sahara,key,horizon,
|
||||
ENABLED_SERVICES+=cinder,c-api,c-vol,c-sch,c-bak
|
||||
|
Loading…
Reference in New Issue
Block a user