Fix extension path warning

The ml2plus UTs have a warning due to an extension path used
for upstream neutron. This clears that warning by removing
the neutron extension path.

Change-Id: Ie814cc529051283f15bc4da0bdcd4050a594b9cd
This commit is contained in:
Thomas Bachman 2017-10-09 18:02:58 +00:00
parent 1178aa0e5c
commit 1ebd62fb49
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class ApicAimTestCase(test_address_scope.AddressScopeTestCase,
config.cfg.CONF.set_override('extension_drivers',
['apic_aim', 'port_security', 'dns'],
'ml2')
config.cfg.CONF.set_override('api_extensions_path', None)
config.cfg.CONF.set_override('type_drivers',
['opflex', 'local', 'vlan'],
'ml2')