Enable freezer-api plugin in devstack job

This allows us to run integration tests that use freezer and
freezer-api.

Change-Id: I8e14430b8ec583c7c81ab73780e5744c0041e12e
This commit is contained in:
Jonas Pfannschmidt 2016-05-25 17:18:09 +01:00
parent 9ba7542704
commit d748dc4c6f

View File

@ -21,6 +21,7 @@
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX="freezer_tempest_plugin"
export DEVSTACK_LOCAL_CONFIG="enable_plugin freezer https://git.openstack.org/openstack/freezer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api"
function gate_hook {
source $BASE/new/freezer/devstack/gate_hook.sh