Merge pull request #88 from sgarcialaguna/master

Fixed typo in REQUEST_POST_INSTANCES_TEMPLATE
This commit is contained in:
Steve Pulec 2014-01-29 17:52:16 -08:00
commit e5b1c7cc53

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>