summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-09-25 18:12:15 -0700
committerDeepak S <deepak.s@linux.intel.com>2017-09-25 18:15:50 -0700
commita6c7342b5cf20691bd45e55587deabac8da3a671 (patch)
treee7bb38b228bb053c2cd415312371fb6cbefe9775
parent03f354aa901aa5d276cc74ff8f5ed39186041c26 (diff)
Remove default section in the createrapid
Change-Id: Id9c22f92955b64242971ff768a64132451c8350e Signed-off-by: Deepak S <deepak.s@linux.intel.com>
-rwxr-xr-xVNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
index 9c67453d..eb4910ff 100755
--- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
+++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
@@ -356,7 +356,6 @@ config.set('OpenStack', 'admin_network', admin_network)
config.add_section('rapid')
config.set('rapid', 'loglevel', loglevel)
config.set('rapid', 'version', version)
-config.add_section('DEFAULT')
config.set('DEFAULT', 'admin_ip', 'none')
# Writing our configuration file
with open(stack+'.cfg', 'wb') as configfile: