Enabled cloudformation in server mode with some tests
This commit is contained in:
parent
9c81b7340c
commit
b2570d901e
3 changed files with 41 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ LIST_STACKS_RESPONSE = """<ListStacksResponse>
|
|||
<StackSummaries>
|
||||
{% for stack in stacks %}
|
||||
<member>
|
||||
<StackId>{{ stack.id }}</StackId>
|
||||
<StackId>{{ stack.stack_id }}</StackId>
|
||||
<StackStatus>{{ stack.status }}</StackStatus>
|
||||
<StackName>{{ stack.name }}</StackName>
|
||||
<CreationTime>2011-05-23T15:47:44Z</CreationTime>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue