We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffd525 commit b7e560eCopy full SHA for b7e560e
1 file changed
systemvm/debian/opt/cloud/bin/configure.py
@@ -707,7 +707,7 @@ def process(self):
707
fw_chains_created = set()
708
for item in self.dbag:
709
if item == "id":
710
- continue
+ continue
711
if self.config.is_vpc() and not ("purpose" in self.dbag[item] and self.dbag[item]["purpose"] == "Firewall"):
712
self.AclDevice(self.dbag[item], self.config).create()
713
else:
0 commit comments