Browse code

Merge "Change the default bind_port for swift"

Jenkins authored on 2015/10/07 12:23:46
Showing 1 changed files
... ...
@@ -130,9 +130,9 @@ SWIFT_MAX_HEADER_SIZE=${SWIFT_MAX_HEADER_SIZE:-16384}
130 130
 # Port bases used in port number calclution for the service "nodes"
131 131
 # The specified port number will be used, the additinal ports calculated by
132 132
 # base_port + node_num * 10
133
-OBJECT_PORT_BASE=${OBJECT_PORT_BASE:-6013}
134
-CONTAINER_PORT_BASE=${CONTAINER_PORT_BASE:-6011}
135
-ACCOUNT_PORT_BASE=${ACCOUNT_PORT_BASE:-6012}
133
+OBJECT_PORT_BASE=${OBJECT_PORT_BASE:-6613}
134
+CONTAINER_PORT_BASE=${CONTAINER_PORT_BASE:-6611}
135
+ACCOUNT_PORT_BASE=${ACCOUNT_PORT_BASE:-6612}
136 136
 
137 137
 # Enable tempurl feature
138 138
 SWIFT_ENABLE_TEMPURLS=${SWIFT_ENABLE_TEMPURLS:-False}