Work around devstack selecting incorrect image

Currently devstack is selecting the amphora image instead of the
cirros image to boot our test webservers.  This is a temporary fix
to get our gates functional again.  This will be removed when we can
come up with a better solution or devstack merges their fix [1].

[1] https://review.openstack.org/#/c/435106

Change-Id: Ia9ac2acfdea217d594a8ec434da5e073d2abed08
This commit is contained in:
Michael Johnson 2017-02-27 11:43:39 -08:00
parent 53807c4d57
commit 2342cb65b6
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ function load_conf_hook {
_DEVSTACK_LOCAL_CONFIG_TAIL+=$'\n'"$(cat $GATE_HOOKS/$hook)"
}
# Work around a devstack issue:https://review.openstack.org/#/c/435106
export DEVSTACK_LOCAL_CONFIG+="
DEFAULT_IMAGE_NAME=cirros-0.3.5-x86_64-disk
"
export DEVSTACK_LOCAL_CONFIG+="
enable_plugin barbican https://git.openstack.org/openstack/barbican
"