From df9c3574bf8bed2253caa458829cb9b57c8cf767 Mon Sep 17 00:00:00 2001 From: Boden R Date: Thu, 4 May 2017 13:38:42 -0600 Subject: [PATCH] rehome NETWORK_ID ml2 constant Commit 2d6290daf78112a8525f48b79d2432f0f174828f added the NETWORK_ID constant to the ml2 driver api. This patch syncs it over into lib. Change-Id: Icc7bf23347201f25184d8b577af6e589602a37e8 --- neutron_lib/plugins/ml2/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neutron_lib/plugins/ml2/api.py b/neutron_lib/plugins/ml2/api.py index d8a7d5fab..36b30122f 100644 --- a/neutron_lib/plugins/ml2/api.py +++ b/neutron_lib/plugins/ml2/api.py @@ -23,6 +23,7 @@ NETWORK_TYPE = 'network_type' PHYSICAL_NETWORK = 'physical_network' SEGMENTATION_ID = 'segmentation_id' MTU = 'mtu' +NETWORK_ID = 'network_id' # The following keys are used in the binding level dictionaries # available via the binding_levels and original_binding_levels