Merge "Include ovsdb_connection option into all interface_driver agents"

This commit is contained in:
Jenkins 2016-12-15 18:26:43 +00:00 committed by Gerrit Code Review
commit 7d737394e3
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),
]