Fixed typo in REQUEST_POST_INSTANCES_TEMPLATE

This commit is contained in:
sgarcialaguna 2014-01-29 19:41:47 +01:00
parent cbee186f45
commit e1366165d1

View File

@ -87,7 +87,7 @@ REQUEST_SPOT_INSTANCES_TEMPLATE = """<RequestSpotInstancesResponse xmlns="http:/
<spotInstanceRequestSet>
{% for request in requests %}
<item>
<spotInstanceRequestId>{{ request.price }}</spotInstanceRequestId>
<spotInstanceRequestId>{{ request.id }}</spotInstanceRequestId>
<spotPrice>{{ request.price }}</spotPrice>
<type>{{ request.type }}</type>
<state>{{ request.state }}</state>