mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Add a comment explaining our update scheme.
This commit is contained in:
@@ -348,6 +348,9 @@ class RackspaceProvider(BaseProvider):
|
||||
self.log.debug('_apply: zone=%s, len(changes)=%d', desired.name,
|
||||
len(changes))
|
||||
|
||||
# Creates, updates, and deletes are processed by different endpoints
|
||||
# and are broken out by record-set entries; pre-process everything
|
||||
# into these buckets in order to minimize the number of API calls.
|
||||
domain_id = self._get_zone_id_for(desired)
|
||||
creates = []
|
||||
updates = []
|
||||
|
||||
Reference in New Issue
Block a user