Include ovsdb_connection option into all interface_driver agents

This option may be used by dhcp, l3, metering, and any other agents that
instantiate an OVSBridge, that includes all agents that may use
'openvswitch' interface_driver.

Change-Id: Id05c88bd28ac0f4bf6b9f2956ccfcc98575e1bf9
This commit is contained in:
Ihar Hrachyshka 2016-10-02 12:35:37 +00:00
parent ef6a3d8789
commit ebc56e87a3
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ def list_base_agent_opts():
neutron.conf.agent.ovs_conf.OPTS)
),
('agent', neutron.agent.common.config.AGENT_STATE_OPTS),
('ovs', neutron.agent.ovsdb.api.OPTS),
]