how to specify multiple availability zones in the heat template
I have to specify 3 availability zones in the heat template
Should I specify it as follows: availability_zone: type: string label: availability_zone description: > Availability zone where the node will be deployed. default: zone1 zone2 zone3