One of the earlier patchset while updating stackrc
missed on adding "+=" while adding multiple services.
Closes-Bug: #1439983
Change-Id: I74f788e15b7da05a93fc8d99c562e51386b65053
| ... | ... |
@@ -49,9 +49,9 @@ if ! isset ENABLED_SERVICES ; then |
| 49 | 49 |
# Keystone - nothing works without keystone |
| 50 | 50 |
ENABLED_SERVICES=key |
| 51 | 51 |
# Nova - services to support libvirt based openstack clouds |
| 52 |
- ENABLED_SERVICES=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc |
|
| 52 |
+ ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc |
|
| 53 | 53 |
# Glance services needed for Nova |
| 54 |
- ENABLED_SERVICES=,g-api,g-reg |
|
| 54 |
+ ENABLED_SERVICES+=,g-api,g-reg |
|
| 55 | 55 |
# Cinder |
| 56 | 56 |
ENABLED_SERVICES+=,c-sch,c-api,c-vol |
| 57 | 57 |
# Dashboard |