From 5f3c2cab8fadbff77fb2f934d5d7c560b82f5a2c Mon Sep 17 00:00:00 2001 From: Boden R Date: Thu, 21 Sep 2017 09:45:53 -0600 Subject: [PATCH] sync plugin common constants Commit Iace31506502de25da9dce5fcfdbfe2c726bea27f added a new common plugin constant. This patch syncs it into lib. Change-Id: I208c976c3e7e43e27e1907ed196af8efccd73f22 --- neutron_lib/plugins/constants.py | 1 + 1 file changed, 1 insertion(+) 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"