From 4fbec4f4c0741edb6207d762cc92e48c6f249eec Mon Sep 17 00:00:00 2001 From: Dima Kuznetsov Date: Sun, 30 Jul 2017 14:21:52 +0300 Subject: [PATCH] Disable L3 agents scheduler extension in Tempest Change-Id: Ibc2d85bce9abb821e897693ebdade66d3b9199c3 Closes-Bug: #1707496 --- dragonflow/common/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dragonflow/common/extensions.py b/dragonflow/common/extensions.py index f0e918bb0..4ef24f736 100644 --- a/dragonflow/common/extensions.py +++ b/dragonflow/common/extensions.py @@ -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',