Fix the scenario test gates

We currently use a gate hook that adds
a hardcoded image name which is cirros-0.3.5-x86_64-disk to work
around a devstack bug[2].

A recent patch[1] changed the deployed image to
cirros-0.3.6-x86_64-disk.

Now that the bug[2] has been resolved we no longer need to pin the
cirros image config in our gates.

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

Change-Id: Ia41577b38eca94617075f849a88ff3c126e407eb
This commit is contained in:
Michael Johnson 2018-12-17 08:43:00 -08:00
parent c0b35976a9
commit 9a70a10446
1 changed files with 0 additions and 5 deletions

View File

@ -14,11 +14,6 @@ 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 neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
enable_plugin barbican https://git.openstack.org/openstack/barbican