ob1

Results 2 comments of ob1

I get other issues depending on the StackName: - for `StackName: {{Arguments.StackName}}` : ``` Traceback (most recent call last): File "/lizzy_edge_env/bin/lizzy", line 11, in sys.exit(main_with_metrics()) File "/lizzy_edge_env/lib/python3.5/site-packages/lizzy_client/cli.py", line 75, in...

In the case where the StackName contains a parameter (e.g. `appname-{{Arguments.Stage}}`), the failing line seems to be https://github.com/zalando-stups/lizzy/blob/0d3b1a97a20e1d8b4b9e703a2af5ea319bc8f172/lizzy/api.py#L136 when lizzy tries to get the stack it just created. In this...