]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixes Hyper-V agent root_helper issue
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 26 Jan 2015 18:58:18 +0000 (20:58 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 27 Jan 2015 04:03:09 +0000 (06:03 +0200)
commit8a0c02225901bb82ae3f5aa3dfc707edfe1d3177
tree10f6fcc9b33c11962eb6dfef15f2b3d53031e0df
parent910470de36a58f9742e8c2163ebdfa100d5b2795
Fixes Hyper-V agent root_helper issue

This patch I2aaa55e8e539e47427e56b4da42321cfcfcde622 introduced a
reference to the root_helper config option in the Hyper-V Neutron
agent without it being registered. For this reason,
the Hyper-V Neutron agent fails to start.

As the root helper is not used by the Hyper-V Neutron agent,
all the occurences within the agent can be safely removed.

Change-Id: I85a6cc640e3fc7bcc8ab53a10824c206a15cda7c
Closes-Bug: #1415010
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/tests/unit/hyperv/test_hyperv_neutron_agent.py