Add trove-dashboard to project list on layer4 job

The trove devstack plugin recently added trove-dashboard rep to the
list of things installed but neglected to update the tempest job which
runs trove. This has broken all tempest dev because we can't clone the
trove-dashboard repo. This commit adds the missing the repo to the
PROJECTS list and should unblock things.

Change-Id: I816574051d48f8d75894a8cdf010294080a794eb
This commit is contained in:
Matthew Treinish 2016-06-27 09:37:39 -04:00
parent f088af192b
commit ff5e694cc0
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -3023,6 +3023,7 @@
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_HEAT=1
export DEVSTACK_GATE_NEUTRON=1
export PROJECTS="openstack/trove-dashboard $PROJECTS"
export DEVSTACK_GATE_TEMPEST_REGEX="database|data_processing|orchestration"
export DEVSTACK_LOCAL_CONFIG="TEMPEST_USE_TEST_ACCOUNTS=True"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin trove git://git.openstack.org/openstack/trove"