Re: [Openstack] [heat] AutoScalingGroup and dependents

2017-11-21 Thread Zane Bitter
On 19/11/17 11:27, Lars-Erik Helander wrote: I am using OS::Heat::AutoScalingGroup in the following type of scenario resources:    my_vm:   type: SOME_TEMPLATE_WITH_A_VM_CONNECTED_TO_MULTIPLE_NETWORKS   properties: networks: { get_attr: [my_networks, outputs_list,

[Openstack] [heat] AutoScalingGroup and dependents

2017-11-19 Thread Lars-Erik Helander
I am using OS::Heat::AutoScalingGroup in the following type of scenario resources: my_vm: type: SOME_TEMPLATE_WITH_A_VM_CONNECTED_TO_MULTIPLE_NETWORKS properties: networks: { get_attr: [my_networks, outputs_list, my_network] } my_networks: type: