From 11277b1f3cfa850c074d3effbb43987b6e6e6391 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 15 Mar 2013 14:06:23 -0400 Subject: [PATCH] turn off swift by default swift port selection is still really suboptimal. 6011 is often used by ssh x-forwarding, so if you are sshed into the box with x-forwarding, then one of the swift services doesn't start. disable this until we figure out a better path to port selection. Change-Id: I62b9f96f24118ddfc962715e55b34c05dbe03a1b --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 6b1550473a..d418a0ec5a 100644 --- a/stackrc +++ b/stackrc @@ -21,7 +21,7 @@ fi # ``disable_service`` functions in ``localrc``. # For example, to enable Swift add this to ``localrc``: # enable_service swift -ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,s-proxy,s-account,s-object,s-container,horizon,rabbit,tempest,mysql +ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql # Set the default Nova APIs to enable NOVA_ENABLED_APIS=ec2,osapi_compute,metadata