From: Deepak S Date: Tue, 26 Sep 2017 01:12:15 +0000 (-0700) Subject: Remove default section in the createrapid X-Git-Tag: opnfv-5.1.RC1~52 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ac0dfab0b48c26965d06a1817b81c069cdf8ba46;p=samplevnf.git Remove default section in the createrapid Change-Id: Id9c22f92955b64242971ff768a64132451c8350e Signed-off-by: Deepak S --- 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: