Add senlin-dashboard to PROJECTS

This is needed as gate-senlin-dsvm-functional job is failing
due to that.

Change-Id: Icd587b3dc3e2b9ffe26ab3a0d1cab5aacda15116
This commit is contained in:
Liuqing Jing 2016-02-19 15:19:21 -05:00
parent 564740c229
commit c53cf86a29
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
export PYTHONUNBUFFERED=true
export BRANCH_OVERRIDE={branch-override}
export PROJECTS="openstack/senlin $PROJECTS"
export PROJECTS="openstack/senlin-dashboard $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin senlin https://git.openstack.org/openstack/senlin"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_service sl-api sl-eng"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then