Enabled cloudformation in server mode with some tests

This commit is contained in:
Jot 2015-08-02 16:27:08 +02:00
commit b2570d901e
3 changed files with 41 additions and 1 deletions

View file

@ -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>