|
...
|
...
|
@@ -44,20 +44,10 @@ KEYSTONE_REGION_NAME=${KEYSTONE_REGION_NAME:-$REGION_NAME}
|
|
44
|
44
|
# Specify which services to launch. These generally correspond to
|
|
45
|
45
|
# screen tabs. To change the default list, use the ``enable_service`` and
|
|
46
|
46
|
# ``disable_service`` functions in ``local.conf``.
|
|
47
|
|
-# For example, to enable Swift add this to ``local.conf``:
|
|
48
|
|
-# enable_service s-proxy s-object s-container s-account
|
|
49
|
|
-# In order to enable Neutron (a single node setup) add the following
|
|
|
47
|
+# For example, to enable Swift as part of DevStack add the following
|
|
50
|
48
|
# settings in ``local.conf``:
|
|
51
|
49
|
# [[local|localrc]]
|
|
52
|
|
-# disable_service n-net
|
|
53
|
|
-# enable_service q-svc
|
|
54
|
|
-# enable_service q-agt
|
|
55
|
|
-# enable_service q-dhcp
|
|
56
|
|
-# enable_service q-l3
|
|
57
|
|
-# enable_service q-meta
|
|
58
|
|
-# # Optional, to enable tempest configuration as part of DevStack
|
|
59
|
|
-# enable_service tempest
|
|
60
|
|
-
|
|
|
50
|
+# enable_service s-proxy s-object s-container s-account
|
|
61
|
51
|
# This allows us to pass ``ENABLED_SERVICES``
|
|
62
|
52
|
if ! isset ENABLED_SERVICES ; then
|
|
63
|
53
|
# Keystone - nothing works without keystone
|