Skip to content

Commit 72a3312

Browse files
author
Sushil Kumar
committed
Fixes devstack stackrc
One of the earlier patchset while updating stackrc missed on adding "+=" while adding multiple services. Closes-Bug: #1439983 Change-Id: I74f788e15b7da05a93fc8d99c562e51386b65053
1 parent 113991b commit 72a3312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ if ! isset ENABLED_SERVICES ; then
4949
# Keystone - nothing works without keystone
5050
ENABLED_SERVICES=key
5151
# 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
5353
# Glance services needed for Nova
54-
ENABLED_SERVICES=,g-api,g-reg
54+
ENABLED_SERVICES+=,g-api,g-reg
5555
# Cinder
5656
ENABLED_SERVICES+=,c-sch,c-api,c-vol
5757
# Dashboard

0 commit comments

Comments
 (0)