Remove unused variable
o neutron/services/firewall/drivers/linux/iptables_fwaas.py:FWAAS_CHAIN
= 'fwaas'
This variable was added in the following commit.
commit 7e48716086
Author: Rajesh Mohan <rajesh.mlists@gmail.com>
Date: Fri Jun 21 17:55:08 2013 -0700
Firewall as a Service (FWaaS) Iptables Driver
But there is no evidence that was used.
Change-Id: I5633e74e2441b71e3dddaa0c2f6a5804778e21e1
This commit is contained in:
parent
aeb09ac59c
commit
75c7f6a17a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user