Skip to content

Commit 46fd644

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix DevStack to configure tempest's service_availability"
2 parents 0d3f08f + f0dd999 commit 46fd644

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

lib/tempest

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,15 @@ function configure_tempest {
576576

577577
# ``service_available``
578578
#
579-
# this tempest service list needs to be all the services that
580-
# tempest supports, otherwise we can have an erroneous set of
579+
# this tempest service list needs to be the services that
580+
# tempest own, otherwise we can have an erroneous set of
581581
# defaults (something defaulting true in Tempest, but not listed here).
582+
# services tested by tempest plugins needs to be set on service devstack
583+
# plugin side as devstack cannot keep track of all the tempest plugins
584+
# services. Refer Bug#1743688 for more details.
585+
# 'horizon' is also kept here as no devtack plugin for horizon.
582586
local service
583-
local tempest_services="key,glance,nova,neutron,cinder,swift,heat,ceilometer,horizon,sahara,ironic,trove"
587+
local tempest_services="key,glance,nova,neutron,cinder,swift,horizon"
584588
for service in ${tempest_services//,/ }; do
585589
if is_service_enabled $service ; then
586590
iniset $TEMPEST_CONFIG service_available $service "True"

0 commit comments

Comments
 (0)