Remove duplicated option state_path from netns cleanup

state_path is already declared in quantum/common/config.py,
so we need to remove state_path option from netns_cleanup_util.

Fixes bug 1122822

Change-Id: Ifc1c0290c00c1fe5e2fc1833144da05615a782ef
This commit is contained in:
Akihiro MOTOKI 2013-02-12 17:01:09 +09:00
parent 33b6f8a2be
commit b69ee64fe9

View File

@ -60,9 +60,6 @@ def setup_conf():
cfg.StrOpt('dhcp_driver', cfg.StrOpt('dhcp_driver',
default='quantum.agent.linux.dhcp.Dnsmasq', default='quantum.agent.linux.dhcp.Dnsmasq',
help=_("The driver used to manage the DHCP server.")), help=_("The driver used to manage the DHCP server.")),
cfg.StrOpt('state_path',
default='.',
help=_('Top-level directory for maintaining dhcp state')),
cfg.BoolOpt('force', cfg.BoolOpt('force',
default=False, default=False,
help=_('Delete the namespace by removing all devices.')), help=_('Delete the namespace by removing all devices.')),