Begin to follow the pattern of passing in a context, that contains a session which is used to conduct database transactions and operations. Change-Id: I4a0cfe45bf51d5548eb9e2fd0206cb51b44320e8
11 lines
413 B
Python
11 lines
413 B
Python
CLASSIFIER_TYPES = ['ip_classifier', 'ipv4_classifier', 'ipv6_classifier',
|
|
'transport_classifier', 'ethernet_classifier',
|
|
'encapsulation_classifier', 'neutron_port_classifier']
|
|
|
|
# TODO(sc68cal) add more protocols`
|
|
PROTOCOLS = ['tcp', 'udp', 'icmp', 'icmpv6']
|
|
|
|
ENCAPSULATION_TYPES = ['vxlan', 'gre']
|
|
|
|
NEUTRON_SERVICES = ['neutron-fwaas', 'networking-sfc', 'security-group']
|