Kami commented on a change in pull request #1328: powerdns driver adapted to 
work with pdns 3 and 4
URL: https://github.com/apache/libcloud/pull/1328#discussion_r310354610
 
 

 ##########
 File path: libcloud/dns/drivers/powerdns.py
 ##########
 @@ -368,7 +392,7 @@ def list_zones(self):
         response = self.connection.request(action=action, method='GET')
         return self._to_zones(response)
 
-    def update_record(self, record, name, type, data, extra=None):
+    def update_record(self, record, name, type, data, extra=None, 
disabled=False, comment=None):
 
 Review comment:
   Same here.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to