Merge "Fixes 'ovs-agent cannot start on Windows because root_helper opt is not found'" into stable/liberty
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
|
||||
import os
|
||||
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
from oslo_utils import importutils
|
||||
|
||||
from neutron.agent.common import config
|
||||
from neutron.i18n import _LE
|
||||
|
||||
|
||||
@@ -28,6 +30,7 @@ else:
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
config.register_root_helper(cfg.CONF)
|
||||
|
||||
|
||||
execute = utils.execute
|
||||
|
||||
@@ -44,7 +44,6 @@ from neutron import wsgi
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
config.register_root_helper(cfg.CONF)
|
||||
|
||||
|
||||
class RootwrapDaemonHelper(object):
|
||||
|
||||
Reference in New Issue
Block a user