Add a comment explaining our update scheme.

This commit is contained in:
Terrence Cole
2018-01-08 11:07:03 -08:00
parent 80aed00523
commit e875ee7f5d
+3
View File
@@ -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 = []