Move project-configs to gate hook

Fix gate broken, we keep project configs in gate_hook.sh so we don't
need to subumit requests to project-config and wait for their
approval

Change-Id: Ia9cc4c40b41db1159ad6fd3c4ec1b17b502e0f5b
This commit is contained in:
Eli Qiao 2016-04-14 10:26:37 +08:00 committed by Eli Qiao
parent 39e8e1f054
commit 11b88008c3
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@
coe=$1
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/neutron-lbaas $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnum git://git.openstack.org/openstack/magnum"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas"
if [ "$coe" = "mesos" ]; then
echo "MAGNUM_GUEST_IMAGE_URL="https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2"" >> $BASE/new/devstack/localrc
fi