Karbor: update the $PROJECTS variable of the job definition

Add the project trove to the $PROJECTS variable in the job
definition karbor.yaml. To fix the erorr about cloning trove
when the trove service is enable[1].

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

Change-Id: Icf6397bae939d524c0f9bf249677a7f8bd6e06f8
This commit is contained in:
chenying 2017-07-05 11:32:16 +08:00
parent 173d33a3fb
commit 59ec3bd6fa

View File

@ -44,6 +44,8 @@
fi
export PROJECTS="openstack/karbor $PROJECTS"
export PROJECTS="openstack/trove $PROJECTS"
export PROJECTS="openstack/trove-dashboard $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT="python-karborclient"
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/karbor/devstack/devstackgaterc