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:
parent
fdca0cd9fd
commit
c7977f9969
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user