3773503e6e
This is a baby step towards having a single cluster config that serves: (1) installation (2) tests (3) storlet mgmt (4) various utils At this point the functional tests and a deploy storlet tool use a VERY initial cluster config Change-Id: I80c4cb8c09adc2a8124f303e60489bdf1cba94b7
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
{
|
|
"proxy_protocol": "HTTP",
|
|
"auth_protocol": "HTTP",
|
|
"auth_ip": "127.0.0.1",
|
|
"proxy_port": "80",
|
|
"auth_port": "5000",
|
|
"region": "",
|
|
"account": "service",
|
|
"user_name": "swift",
|
|
"password": "passw0rd"
|
|
}
|