Merge pull request #88 from sgarcialaguna/master
Fixed typo in REQUEST_POST_INSTANCES_TEMPLATE
This commit is contained in:
commit
e5b1c7cc53
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user