Merge "Remove duplicated option state_path from netns cleanup"
This commit is contained in:
commit
c3266730dd
@ -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.')),
|
||||||
|
Loading…
Reference in New Issue
Block a user