From aae63b33f1152cf5e8e9e75ca053a0746135b773 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Tue, 12 Feb 2013 17:01:09 +0900 Subject: [PATCH] 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 --- quantum/agent/netns_cleanup_util.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/quantum/agent/netns_cleanup_util.py b/quantum/agent/netns_cleanup_util.py index 9c6660d52..b3442c8db 100644 --- a/quantum/agent/netns_cleanup_util.py +++ b/quantum/agent/netns_cleanup_util.py @@ -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.')), -- 2.45.2