mirror of https://github.com/apache/cloudstack.git
Fix whitespace
This commit is contained in:
parent
dffd525708
commit
b7e560ebe6
|
|
@ -707,7 +707,7 @@ class CsAcl(CsDataBag):
|
|||
fw_chains_created = set()
|
||||
for item in self.dbag:
|
||||
if item == "id":
|
||||
continue
|
||||
continue
|
||||
if self.config.is_vpc() and not ("purpose" in self.dbag[item] and self.dbag[item]["purpose"] == "Firewall"):
|
||||
self.AclDevice(self.dbag[item], self.config).create()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue