From 203716646472135e81bc7e8984bb200d87c0bf1c Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Wed, 23 Nov 2016 15:51:10 +0100 Subject: [PATCH] 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 --- stackrc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/stackrc b/stackrc index 31f07594ad..b5018dea0f 100644 --- a/stackrc +++ b/stackrc @@ -44,20 +44,10 @@ KEYSTONE_REGION_NAME=${KEYSTONE_REGION_NAME:-$REGION_NAME} # Specify which services to launch. These generally correspond to # screen tabs. To change the default list, use the ``enable_service`` and # ``disable_service`` functions in ``local.conf``. -# For example, to enable Swift add this to ``local.conf``: -# enable_service s-proxy s-object s-container s-account -# In order to enable Neutron (a single node setup) add the following +# For example, to enable Swift as part of DevStack add the following # settings in ``local.conf``: # [[local|localrc]] -# disable_service n-net -# enable_service q-svc -# enable_service q-agt -# enable_service q-dhcp -# enable_service q-l3 -# enable_service q-meta -# # Optional, to enable tempest configuration as part of DevStack -# enable_service tempest - +# enable_service s-proxy s-object s-container s-account # This allows us to pass ``ENABLED_SERVICES`` if ! isset ENABLED_SERVICES ; then # Keystone - nothing works without keystone