Merge "Sort NVP supported extensions alphabetically"
This commit is contained in:
@@ -136,9 +136,13 @@ class NvpPluginV2(db_base_plugin_v2.QuantumDbPluginV2,
|
|||||||
functionality using NVP.
|
functionality using NVP.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
supported_extension_aliases = ["provider", "quotas", "port-security",
|
supported_extension_aliases = ["network-gateway",
|
||||||
"router", "security-group", "nvp-qos",
|
"nvp-qos",
|
||||||
"network-gateway"]
|
"port-security",
|
||||||
|
"provider",
|
||||||
|
"quotas",
|
||||||
|
"router",
|
||||||
|
"security-group", ]
|
||||||
|
|
||||||
__native_bulk_support = True
|
__native_bulk_support = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user