Merge "Remove unused variable"

This commit is contained in:
Jenkins 2014-04-24 10:12:47 +00:00 committed by Gerrit Code Review
commit ceda3aa9c0
1 changed files with 0 additions and 1 deletions

View File

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