mirror of https://github.com/apache/cloudstack.git
Fix syntax error
This commit is contained in:
parent
945cc0bcfb
commit
99d7c8f457
|
|
@ -273,7 +273,7 @@ class CsIP:
|
|||
route.routeTable()
|
||||
route.add(self.address, method)
|
||||
# On deletion nw_type will no longer be known
|
||||
if (self.get_type() in ["guest"] and self.config.is_vpc()) or
|
||||
if (self.get_type() in ["guest"] and self.config.is_vpc()) or \
|
||||
(self.get_type() in ['public'] and not self.config.is_vpc()):
|
||||
devChain = self.config.get_ingress_chain(self.dev, self.address['public_ip'])
|
||||
CsDevice(self.dev, self.config).configure_rp()
|
||||
|
|
|
|||
Loading…
Reference in New Issue