Add Heat and Neutron into the list of enabled services for Mistral gate

Added Neutron and Heat services into the list of enabled
services for the Mistral devstack gate job.

Change-Id: I745b9fd7fa2a36bbe97e17e3441f9cda4b8ea33f
This commit is contained in:
Anastasia Kuznetsova 2015-09-21 12:39:14 +03:00
parent fdca0cd9fd
commit c7977f9969

View File

@ -15,7 +15,9 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=mistral,tempest
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NEUTRON=1
export ENABLED_SERVICES=h-api,h-api-cfn,h-api-cw,h-eng,heat
export PROJECTS="openstack/mistral $PROJECTS"
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
export PROJECTS="openstack/python-mistralclient $PROJECTS"