add Istruncated to False in template list_hosted_zones_response in route53. Because it always has it.

This commit is contained in:
beeva-antonioirizar 2016-02-17 15:14:59 +01:00
parent d8ed18aaac
commit 1448cf3541

View File

@ -174,6 +174,7 @@ LIST_HOSTED_ZONES_RESPONSE = """<ListHostedZonesResponse xmlns="https://route53.
</HostedZone>
{% endfor %}
</HostedZones>
<IsTruncated>false</IsTruncated>
</ListHostedZonesResponse>"""
CREATE_HEALTH_CHECK_RESPONSE = """<?xml version="1.0" encoding="UTF-8"?>