Merge "Remove unused variable"

This commit is contained in:
Jenkins
2014-04-24 10:12:47 +00:00
committed by Gerrit Code Review

View File

@@ -24,7 +24,6 @@ from neutron.services.firewall.drivers import fwaas_base
LOG = logging.getLogger(__name__) LOG = logging.getLogger(__name__)
FWAAS_DRIVER_NAME = 'Fwaas iptables driver' FWAAS_DRIVER_NAME = 'Fwaas iptables driver'
FWAAS_CHAIN = 'fwaas'
FWAAS_DEFAULT_CHAIN = 'fwaas-default-policy' FWAAS_DEFAULT_CHAIN = 'fwaas-default-policy'
INGRESS_DIRECTION = 'ingress' INGRESS_DIRECTION = 'ingress'
EGRESS_DIRECTION = 'egress' EGRESS_DIRECTION = 'egress'