From 4e44c1e8a4ea6ec4c5eeb2a1a05d93e076c7fd50 Mon Sep 17 00:00:00 2001
From: Magnus Ahltorp <map@kth.se>
Date: Fri, 30 Jun 2017 10:48:21 +0200
Subject: Replace 'localnodes' config with 'nodename'

Also some cleanup
---
 test/catlfish-test-local-frontend-1.cfg | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

(limited to 'test/catlfish-test-local-frontend-1.cfg')

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: .
-- 
cgit v1.1