Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1547#discussion_r63188515
  
    --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsConfig.py ---
    @@ -66,8 +66,13 @@ def is_router(self):
         def get_domain(self):
             return self.cl.get_domain()
     
    +    def use_extdns(self):
    +        return self.cmdline().idata().get('useextdns', 'false') == 'true'
    +
         def get_dns(self):
    +        conf = self.cmdline().idata()
             dns = []
    +<<<<<<< e09480728f4ed77d0bd0bdc6a6c0966d90f7ee26
    --- End diff --
    
    I think you want to squash these out with the last commit in your PR. We 
wouldn't want this in our history you dutch commercial fan ;)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to