Disable L3 agents scheduler extension in Tempest

Change-Id: Ibc2d85bce9abb821e897693ebdade66d3b9199c3
Closes-Bug: #1707496
This commit is contained in:
Dima Kuznetsov 2017-07-30 14:21:52 +03:00
parent db18524d72
commit 4fbec4f4c0
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
# If you update this list, please also update
# doc/source/features.rst.
# NOTE (dimak): This used only for tempest's enabled network API extensions
SUPPORTED_API_EXTENSIONS = [
'agent',
'quotas',
@ -22,7 +23,6 @@ SUPPORTED_API_EXTENSIONS = [
'security-group',
'external-net',
'router',
'l3_agent_scheduler',
'subnet_allocation',
'port-security',
'allowed-address-pairs',