Add Marconi to Tempest config
This patch adds queuing to tempest config, provided queuing is available in devstack. Change-Id: I2925a07d312c1f8ab2fe465f74f0bef9299eef40 Implements: blueprint add-basic-marconi-tests
This commit is contained in:
parent
a6a009b76f
commit
38d1f2339a
@ -329,7 +329,7 @@ function configure_tempest() {
|
||||
iniset $TEMPEST_CONF network-feature-enabled api_extensions "${NETWORK_API_EXTENSIONS:-all}"
|
||||
|
||||
# service_available
|
||||
for service in nova cinder glance neutron swift heat horizon ceilometer ironic savanna trove; do
|
||||
for service in nova cinder glance neutron swift heat horizon ceilometer ironic savanna trove marconi; do
|
||||
if is_service_enabled $service ; then
|
||||
iniset $TEMPEST_CONF service_available $service "True"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user