Add openstack/designate-dashboard to designate DSVM gates

Change-Id: Icd53afc063d3c7afbc04769285f7538cd27fdef7
This commit is contained in:
Kiall Mac Innes 2015-06-30 07:59:42 +01:00
parent 0d4fc25212
commit f563954c05
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
export DEVSTACK_GATE_DESIGNATE_DRIVER="{designate-driver}"
export PROJECTS="openstack/designate $PROJECTS"
export PROJECTS="openstack/python-designateclient $PROJECTS"
export PROJECTS="openstack/designate-dashboard $PROJECTS"
function gate_hook {{
cd /opt/stack/new/designate/contrib/devstack
@ -74,6 +75,7 @@
export DEVSTACK_GATE_POSTGRES=1
export PROJECTS="openstack/designate $PROJECTS"
export PROJECTS="openstack/python-designateclient $PROJECTS"
export PROJECTS="openstack/designate-dashboard $PROJECTS"
function gate_hook {{
cd /opt/stack/new/designate/contrib/devstack

View File

@ -111,6 +111,7 @@
export PROJECTS="openstack/ceilometer $PROJECTS"
export PROJECTS="openstack/designate $PROJECTS"
export PROJECTS="openstack/python-designateclient $PROJECTS"
export PROJECTS="openstack/designate-dashboard $PROJECTS"
export CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler
export DEVSTACK_GATE_NEUTRON={neutron}
export DEVSTACK_GATE_TEMPEST_LARGE_OPS={large_ops}