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
cfg.StrOpt('dhcp_driver',
default='quantum.agent.linux.dhcp.Dnsmasq',
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',
default=False,
help=_('Delete the namespace by removing all devices.')),