Fixes devstack stackrc

One of the earlier patchset while updating stackrc
missed on adding "+=" while adding multiple services.

Closes-Bug: #1439983
Change-Id: I74f788e15b7da05a93fc8d99c562e51386b65053
This commit is contained in:
Sushil Kumar 2015-04-03 09:28:50 +00:00
parent 113991b58c
commit 72a3312904

View File

@ -49,9 +49,9 @@ if ! isset ENABLED_SERVICES ; then
# Keystone - nothing works without keystone # Keystone - nothing works without keystone
ENABLED_SERVICES=key ENABLED_SERVICES=key
# Nova - services to support libvirt based openstack clouds # Nova - services to support libvirt based openstack clouds
ENABLED_SERVICES=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc
# Glance services needed for Nova # Glance services needed for Nova
ENABLED_SERVICES=,g-api,g-reg ENABLED_SERVICES+=,g-api,g-reg
# Cinder # Cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol ENABLED_SERVICES+=,c-sch,c-api,c-vol
# Dashboard # Dashboard