Browse Source

Update a now stale comment on Route53 provider about healthchecks

pull/67/head
Ross McFarland 8 years ago
parent
commit
8330a3a16c
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/route53.py

+ 1
- 1
octodns/provider/route53.py View File

@ -556,7 +556,7 @@ class Route53Provider(BaseProvider):
record._type, record.name) record._type, record.name)
for id, health_check in self.health_checks.items(): for id, health_check in self.health_checks.items():
if not health_check['CallerReference'].startswith(expected_ref): if not health_check['CallerReference'].startswith(expected_ref):
# not a version & type match, ignore
# not match, ignore
continue continue
if self._health_check_equivilent(healthcheck_host, if self._health_check_equivilent(healthcheck_host,
healthcheck_path, healthcheck_path,


Loading…
Cancel
Save