diff --git a/neutron_lib/plugins/constants.py b/neutron_lib/plugins/constants.py index 264b5cea6..e31fb9b35 100644 --- a/neutron_lib/plugins/constants.py +++ b/neutron_lib/plugins/constants.py @@ -22,3 +22,4 @@ FLAVORS = "FLAVORS" QOS = "QOS" CORE = 'CORE' L3 = 'L3_ROUTER_NAT' +LOG_API = "LOGGING"