Adding missing Param zoneId in the describe-availability-zone
This commit is contained in:
parent
48288d8bb1
commit
7a9cdd4fd2
2 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ DESCRIBE_ZONES_RESPONSE = """<DescribeAvailabilityZonesResponse xmlns="http://ec
|
|||
<zoneName>{{ zone.name }}</zoneName>
|
||||
<zoneState>available</zoneState>
|
||||
<regionName>{{ zone.region_name }}</regionName>
|
||||
<zoneId>{{ zone.zone_id }}</zoneId>
|
||||
<messageSet/>
|
||||
</item>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue