remove service-type from neutron extension list

service-type as an extension is only exposed if neutron advanced
services are enabled because neutron extensions are unlike nova
extensions and aren't directly loaded things, but interfaces that
plugins register that they support.

Change-Id: I6c38bace04070d71b74fa2b18866b3976f2a8524
Closes-Bug: #1491333
This commit is contained in:
Sean Dague
2015-09-02 06:31:54 -04:00
parent c1b55315f5
commit 42b9e87e38

View File

@@ -40,7 +40,7 @@ class ExtensionsTestJSON(base.BaseNetworkTest):
'agent', 'dhcp_agent_scheduler', 'provider',
'router', 'extraroute', 'external-net',
'allowed-address-pairs', 'extra_dhcp_opt',
'metering', 'dvr', 'service-type']
'metering', 'dvr']
expected_alias = [ext for ext in expected_alias if
test.is_extension_enabled(ext, 'network')]
actual_alias = list()