As a user of Cluster Stacks, I want to choose in which AZ my control-plane nodes will be spawned. In the CAPO, it is possible to specify OpenStackCluster.spec.controlPlaneAvailabilityZones as a list of AZs. There is also a controlPlaneOmitAvailabilityZone boolean field which can be also exposed.
/kind feature
As a user of Cluster Stacks, I want to choose in which AZ my control-plane nodes will be spawned. In the CAPO, it is possible to specify
OpenStackCluster.spec.controlPlaneAvailabilityZones
as a list of AZs. There is also acontrolPlaneOmitAvailabilityZone
boolean field which can be also exposed.