aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/config_parse.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/config_parse.py')
-rw-r--r--deploy/config_parse.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/config_parse.py b/deploy/config_parse.py
index 63269f3b..21fe76d3 100644
--- a/deploy/config_parse.py
+++ b/deploy/config_parse.py
@@ -40,9 +40,6 @@ def export_config_file(s, config_file, conf_dir, ofile):
if env.get('hosts', []):
env.pop('hosts')
- env.update({'NEUTRON': os.path.join(conf_dir, "neutron_cfg.yaml")})
- env.update({'NETWORK': os.path.join(conf_dir, "network_cfg.yaml")})
-
env.update({'TYPE': s.get('TYPE', "virtual")})
env.update({'FLAVOR': s.get('FLAVOR', "cluster")})
env.update({'HOSTNAMES': hostnames(s, ',')})