[AIM] Non SFC modules should not import sfc constants
This makes it safe to run deployments without installing networking-sfc Change-Id: I90a77143bcdf751b8e9f08d130ab388b981c1b6c
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
from networking_sfc.extensions import flowclassifier
|
||||
|
||||
GBP_FLOW_CLASSIFIER = 'gbp_flowclassifier'
|
||||
GBP_PORT = 'gbp_port'
|
||||
LOGICAL_SRC_NET = 'logical_source_network'
|
||||
LOGICAL_DST_NET = 'logical_destination_network'
|
||||
HEALTHCHECK_POLICY = 'healthcheck_policy'
|
||||
@@ -45,6 +43,3 @@ AIM_PPG_PARAMS = {
|
||||
},
|
||||
}
|
||||
AIM_FLC_PARAMS = ['source_ip_prefix', 'destination_ip_prefix']
|
||||
GBP_NETWORK_VRF = 'gbp_network_vrf'
|
||||
GBP_NETWORK_EPG = 'gbp_network_epg'
|
||||
GBP_NETWORK_LINK = 'gbp_network_link'
|
||||
|
||||
Reference in New Issue
Block a user