Github user DaanHoogland commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1547#discussion_r63692269
--- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsConfig.py ---
@@ -82,7 +82,10 @@ def get_dns(self):
conf = self.cmdline().idata()
dns = []
if not self.use_extdns():
- dns.append(self.address().get_guest_ip())
+ if not self.is_vpc() and self.cl.is_redundant() and
self.cl.get_guest_gw():
--- End diff --
so this would treat isolated and shared networks alike. Is that acceptable
@ustcweizhou ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---