diff options
author | Magnus Ahltorp <map@kth.se> | 2017-06-30 10:48:21 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-07-06 17:48:30 +0200 |
commit | 4e44c1e8a4ea6ec4c5eeb2a1a05d93e076c7fd50 (patch) | |
tree | d4a6945f3399324e4db99673449c425ebd9e3c78 /test/catlfish-test-local-frontend-1.cfg | |
parent | bb71cbabaac8baf18f7a685339f0e2670b019d91 (diff) |
Replace 'localnodes' config with 'nodename'
Also some cleanup
Diffstat (limited to 'test/catlfish-test-local-frontend-1.cfg')
-rw-r--r-- | test/catlfish-test-local-frontend-1.cfg | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/test/catlfish-test-local-frontend-1.cfg b/test/catlfish-test-local-frontend-1.cfg index 4867672..8ab141c 100644 --- a/test/catlfish-test-local-frontend-1.cfg +++ b/test/catlfish-test-local-frontend-1.cfg @@ -1,18 +1,12 @@ -localnodes: - - frontend-1 +nodename: frontend-1 -frontendaddresses: - frontend-1: 127.0.0.1:8082 +frontendaddress: 127.0.0.1:8082 -ctapiaddresses: - frontend-1: 127.0.0.1:8080 +ctapiaddress: 127.0.0.1:8080 -storageaddresses: - frontend-1: 127.0.0.1:8081 +storageaddress: 127.0.0.1:8081 - -#publichttpaddresses: -# frontend-1: 127.0.0.1:8090 +#publichttpaddress: 127.0.0.1:8090 paths: configdir: . |