d46636112f
With devstack-gate switching to local.conf we can no longer use bash for evaluating settings variables. Also we shouldn't populate local.conf directly and let devstack-gate do that. Since now devstack never uses localrc file directly, we set [[localrc]] sections for local.conf instead. As a nice side effect, it will make the gate hook work with devstack that may not have the Ie571b5fa5a33d9ed09f30ba7c7724b958ce17616 in (Newton and below), which may make backports easier later. Change-Id: Ibe640a584add3acc89520a2bbb25b6f4c5818e1b Closes-bug: 1667331
9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
# set password, otherwise devstack enters interactive mode and fails
|
|
ADMIN_PASSWORD=secretadmin
|
|
# don't use screen to start services (needed to disable colorization in
|
|
# captured service logs)
|
|
USE_SCREEN=False
|
|
# start with an empty service list, otherwise devstack will configure several
|
|
# 'default' services, including rabbitmq and mysql
|
|
disable_all_services
|