harikrishna-patnala commented on code in PR #12706:
URL: https://github.com/apache/cloudstack/pull/12706#discussion_r3225725712


##########
systemvm/debian/opt/cloud/bin/configure.py:
##########
@@ -705,8 +705,8 @@ def process(self):
 
         for item in self.dbag:
             if item == "id":
-                continue
-            if self.config.is_vpc():
+                 continue
+            if self.config.is_vpc() and not ("purpose" in self.dbag[item] and 
self.dbag[item]["purpose"] == "Firewall"):

Review Comment:
   firewall case is skipped here and handled in next else case



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to