|
|
@ -485,7 +485,7 @@ class DynProvider(BaseProvider): |
|
|
.record_sets[0] |
|
|
.record_sets[0] |
|
|
except IndexError: |
|
|
except IndexError: |
|
|
# problems indicate a malformed ruleset, ignore it |
|
|
# problems indicate a malformed ruleset, ignore it |
|
|
self.log.warn('_populate_dynamic_traffic_director: ' |
|
|
|
|
|
|
|
|
self.log.warn('_populate_dynamic_pools: ' |
|
|
'malformed response_pool "%s" ignoring', |
|
|
'malformed response_pool "%s" ignoring', |
|
|
response_pool.label) |
|
|
response_pool.label) |
|
|
continue |
|
|
continue |
|
|
@ -525,7 +525,7 @@ class DynProvider(BaseProvider): |
|
|
if fallback != 'default': |
|
|
if fallback != 'default': |
|
|
pools[pool]['fallback'] = fallback |
|
|
pools[pool]['fallback'] = fallback |
|
|
else: |
|
|
else: |
|
|
self.log.warn('_populate_dynamic_traffic_director: ' |
|
|
|
|
|
|
|
|
self.log.warn('_populate_dynamic_pools: ' |
|
|
'ruleset "%s" has no response_pools', |
|
|
'ruleset "%s" has no response_pools', |
|
|
ruleset.label) |
|
|
ruleset.label) |
|
|
continue |
|
|
continue |
|
|
@ -553,7 +553,7 @@ class DynProvider(BaseProvider): |
|
|
elif criteria_type == 'always': |
|
|
elif criteria_type == 'always': |
|
|
pass |
|
|
pass |
|
|
else: |
|
|
else: |
|
|
self.log.warn('_populate_dynamic_traffic_director: ' |
|
|
|
|
|
|
|
|
self.log.warn('_populate_dynamic_rules: ' |
|
|
'unsupported criteria_type "%s", ignoring', |
|
|
'unsupported criteria_type "%s", ignoring', |
|
|
criteria_type) |
|
|
criteria_type) |
|
|
continue |
|
|
continue |
|
|
|