Browse code

stackrc: update code comment now that Neutron is enabled by default

No need to explain how to enable Neutron now that it's enabled by
default. Keep but reformat the 'how to enable swift' part though.

Change-Id: I3f9b7796fad10abf1039e4c68eb2cd5ef6cdbc99

Jordan Pittier authored on 2016/11/23 23:51:10
Showing 1 changed files
... ...
@@ -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