Skip to content

Commit 11277b1

Browse files
author
Sean Dague
committed
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
1 parent 995eb92 commit 11277b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
# ``disable_service`` functions in ``localrc``.
2222
# For example, to enable Swift add this to ``localrc``:
2323
# enable_service swift
24-
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
24+
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
2525

2626
# Set the default Nova APIs to enable
2727
NOVA_ENABLED_APIS=ec2,osapi_compute,metadata

0 commit comments

Comments
 (0)