Merge "Make Swift *_PORT_BASE configurable"
This commit is contained in:
commit
fb71f7dea9
@ -79,9 +79,9 @@ SWIFT_REPLICAS_SEQ=$(seq ${SWIFT_REPLICAS})
|
|||||||
# Port bases used in port number calclution for the service "nodes"
|
# Port bases used in port number calclution for the service "nodes"
|
||||||
# The specified port number will be used, the additinal ports calculated by
|
# The specified port number will be used, the additinal ports calculated by
|
||||||
# base_port + node_num * 10
|
# base_port + node_num * 10
|
||||||
OBJECT_PORT_BASE=6013
|
OBJECT_PORT_BASE=${OBJECT_PORT_BASE:-6013}
|
||||||
CONTAINER_PORT_BASE=6011
|
CONTAINER_PORT_BASE=${CONTAINER_PORT_BASE:-6011}
|
||||||
ACCOUNT_PORT_BASE=6012
|
ACCOUNT_PORT_BASE=${ACCOUNT_PORT_BASE:-6012}
|
||||||
|
|
||||||
|
|
||||||
# Entry Points
|
# Entry Points
|
||||||
|
Loading…
Reference in New Issue
Block a user