More port number cleanup
Closes-Bug: #1671896 Related-Change: Ie4fee05b5f7e0c0879a7b42973bca459f7c85408 Change-Id: I18db1937a0991497027a4d096fb95cdda81f7d68
This commit is contained in:
parent
b1f6de4ec2
commit
b958466a72
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
"http://storage01.swiftdrive.com:6008/d8/583/AUTH_dev/EC_cont1/obj",
|
"http://storage01.swiftdrive.com:6208/d8/583/AUTH_dev/EC_cont1/obj",
|
||||||
"http://storage02.swiftdrive.com:6008/d2/583/AUTH_dev/EC_cont1/obj",
|
"http://storage02.swiftdrive.com:6208/d2/583/AUTH_dev/EC_cont1/obj",
|
||||||
"http://storage02.swiftdrive.com:6006/d3/583/AUTH_dev/EC_cont1/obj",
|
"http://storage02.swiftdrive.com:6206/d3/583/AUTH_dev/EC_cont1/obj",
|
||||||
"http://storage02.swiftdrive.com:6008/d5/583/AUTH_dev/EC_cont1/obj",
|
"http://storage02.swiftdrive.com:6208/d5/583/AUTH_dev/EC_cont1/obj",
|
||||||
"http://storage01.swiftdrive.com:6007/d7/583/AUTH_dev/EC_cont1/obj",
|
"http://storage01.swiftdrive.com:6207/d7/583/AUTH_dev/EC_cont1/obj",
|
||||||
"http://storage02.swiftdrive.com:6007/d4/583/AUTH_dev/EC_cont1/obj",
|
"http://storage02.swiftdrive.com:6207/d4/583/AUTH_dev/EC_cont1/obj",
|
||||||
"http://storage01.swiftdrive.com:6006/d6/583/AUTH_dev/EC_cont1/obj"
|
"http://storage01.swiftdrive.com:6206/d6/583/AUTH_dev/EC_cont1/obj"
|
||||||
],
|
],
|
||||||
"headers": {
|
"headers": {
|
||||||
"X-Backend-Storage-Policy-Index": "2"
|
"X-Backend-Storage-Policy-Index": "2"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
"http://storage02.swiftdrive:6002/d2/617/AUTH_dev",
|
"http://storage02.swiftdrive:6202/d2/617/AUTH_dev",
|
||||||
"http://storage01.swiftdrive:6002/d8/617/AUTH_dev",
|
"http://storage01.swiftdrive:6202/d8/617/AUTH_dev",
|
||||||
"http://storage01.swiftdrive:6002/d11/617/AUTH_dev"
|
"http://storage01.swiftdrive:6202/d11/617/AUTH_dev"
|
||||||
],
|
],
|
||||||
"headers": {}
|
"headers": {}
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ following actions:
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
bind_ip = MANAGEMENT_INTERFACE_IP_ADDRESS
|
bind_ip = MANAGEMENT_INTERFACE_IP_ADDRESS
|
||||||
bind_port = 6002
|
bind_port = 6202
|
||||||
user = swift
|
user = swift
|
||||||
swift_dir = /etc/swift
|
swift_dir = /etc/swift
|
||||||
devices = /srv/node
|
devices = /srv/node
|
||||||
|
@ -9,7 +9,7 @@ following actions:
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
bind_ip = MANAGEMENT_INTERFACE_IP_ADDRESS
|
bind_ip = MANAGEMENT_INTERFACE_IP_ADDRESS
|
||||||
bind_port = 6001
|
bind_port = 6201
|
||||||
user = swift
|
user = swift
|
||||||
swift_dir = /etc/swift
|
swift_dir = /etc/swift
|
||||||
devices = /srv/node
|
devices = /srv/node
|
||||||
|
Loading…
Reference in New Issue
Block a user