From 7a1a29c3fd0d3da1483a550d5aac4c21147740f0 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 17 Mar 2019 00:39:08 -0400 Subject: [PATCH] Correct typo in gateways --- node-daemon/pvcd/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvcd/Daemon.py b/node-daemon/pvcd/Daemon.py index 2647a929..a21fc719 100644 --- a/node-daemon/pvcd/Daemon.py +++ b/node-daemon/pvcd/Daemon.py @@ -170,7 +170,7 @@ def readConfig(pvcd_config_file, myhostname): 'upstream_domain': o_config['pvc']['cluster']['networks']['upstream']['domain'], 'upstream_floating_ip': o_config['pvc']['cluster']['networks']['upstream']['floating_ip'], 'upstream_network': o_config['pvc']['cluster']['networks']['upstream']['network'], - 'upstream_gateway': o_config['pvc']['cluster']['gateways']['upstream']['gateway'], + 'upstream_gateway': o_config['pvc']['cluster']['networks']['upstream']['gateway'], 'pdns_mysql_host': o_config['pvc']['coordinator']['dns']['database']['host'], 'pdns_mysql_port': o_config['pvc']['coordinator']['dns']['database']['port'], 'pdns_mysql_dbname': o_config['pvc']['coordinator']['dns']['database']['name'],