mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.9 to master
* 4.9: CLOUDSTACK-9692: Fix password server issue in redundant VRs
This commit is contained in:
commit
5309c42058
|
|
@ -137,7 +137,7 @@ class CsInterface:
|
|||
return self.get_attr("netmask")
|
||||
|
||||
def get_gateway(self):
|
||||
if self.config.is_vpc() or self.config.cmdline().is_redundant():
|
||||
if self.config.is_vpc() or not self.is_guest():
|
||||
return self.get_attr("gateway")
|
||||
else:
|
||||
return self.config.cmdline().get_guest_gw()
|
||||
|
|
|
|||
Loading…
Reference in New Issue