Added climate-a/climate-m to ENABLED_SERVICES

Added climate-a and climate-m to the ENABLED_SEVICES variables.

Change-Id: I0dbc217805541f3ea3144595a8fb8ad5e77b5109
Implements: blueprint climate-devstack-gating
This commit is contained in:
Pablo Andres Fuente 2014-02-13 15:34:05 -03:00
parent 481ccd81d1
commit 234f557889
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=climate
export ENABLED_SERVICES=climate,climate-a,climate-m
export PROJECTS="stackforge/climate $PROJECTS"
export PROJECTS="stackforge/climate-nova $PROJECTS"
export PROJECTS="stackforge/python-climateclient $PROJECTS"