github.com/openshift/installer@v1.4.17/pkg/types/openstack/defaults/machinepool.go (about) 1 package defaults 2 3 // DefaultRootVolumeAZ returns the default value for Root Volume availability zone. 4 func DefaultRootVolumeAZ() string { 5 return "" 6 } 7 8 // DefaultComputeAZ returns the default value for Compute availability zone. 9 func DefaultComputeAZ() string { 10 return "" 11 }