zepheiryan commented on issue #1323: Add Gandi LiveDNS driver URL: https://github.com/apache/libcloud/pull/1323#issuecomment-517078453 I've made a change to mimic Route53 in part, but this is another conceptual mapping problem - a record in Gandi encompasses all values, whereas in Route53 each individual value constitutes a record, and multiple values are a convenience. So it's possible there to delete one value (record), whereas with Gandi you can only delete all values. If you want to change the number of values associated with a name-type, you basically have to delete and recreate the record instead of updating it (whereas if you could pass in the new set of values directly, you could just call update). This `update_record` is still mostly useful just because most records are unlikely to have multiple values, but beyond that you'd have to know something about driver specifics.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
