Merge "Remove duplicated option state_path from netns cleanup"

This commit is contained in:
Jenkins 2013-02-13 01:14:13 +00:00 committed by Gerrit Code Review
commit c3266730dd

View File

@ -60,9 +60,6 @@ def setup_conf():
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.')),