Mohamed Hazem Abbas
Mohamed Hazem Abbas
Any hope on this one ?
:+1: for this
AccountInfo is partially documented at https://github.com/zalando-stups/senza/blob/5ff035b43c0fb8c137b88d68cdc8bf5b13186dce/README.rst#accountinfo
Same for: ``` yaml SenzaInfo: StackName: cassandra-{{SenzaInfo.StackVersion}} ``` Errors with: ``` pystache.context.KeyNotFoundError: Key 'SenzaInfo.StackVersion' not found: missing 'StackVersion' ```
@hjacobs Because I'm using the StackVersion as either "staging" or "live" so if I have `StackName: cassandra` and then I have a a loadbalancer with `Type: Senza::WeightedDnsElasticLoadBalancer`.. I see 2...
@hjacobs I didn't know about that .. Thanks a lot :-)
Facing exactly the same issue here.