Remove flavors from the list of extensions provided by core plugin

Because it isn't.

Change-Id: Ifc0090b9b9b70aadea753e5d5690593c3b128f74
This commit is contained in:
armando-migliaccio 2016-02-02 22:17:56 -08:00 committed by Armando Migliaccio
parent b1999202b8
commit ee38fafbaf
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,8 @@ L3_ROUTER_NAT = "L3_ROUTER_NAT"
FLAVORS = "FLAVORS"
QOS = "QOS"
# Maps extension alias to service type
# Maps extension alias to service type that
# can be implemented by the core plugin.
EXT_TO_SERVICE_MAPPING = {
'dummy': DUMMY,
'lbaas': LOADBALANCER,
@ -34,7 +35,6 @@ EXT_TO_SERVICE_MAPPING = {
'vpnaas': VPN,
'metering': METERING,
'router': L3_ROUTER_NAT,
'flavors': FLAVORS,
'qos': QOS,
}