@@ -152,6 +152,11 @@ file:
152152 values are `v1` or `v2`. Where no value is provided automatic detection will
153153 select the highest supported version exposed by the underlying OpenStack
154154 cloud.
155+ * `use-octavia` (Optional): Used to determine whether to look for and use an
156+ Octavia LBaaS V2 service catalog endpoint. Valid values are `true` or `false`.
157+ Where `true` is specified and an Octaiva LBaaS V2 entry can not be found, the
158+ provider will fall back and attempt to find a Neutron LBaaS V2 endpoint
159+ instead. The default value is `false`.
155160* `subnet-id` (Optional): Used to specify the id of the subnet you want to
156161 create your loadbalancer on. Can be found at Network > Networks. Click on the
157162 respective network to get its subnets.
@@ -196,6 +201,12 @@ and should appear in the `[BlockStorage]` section of the `cloud.conf` file:
196201 provided by Cinder. The default value of `false` results in the discovery of
197202 the device path based on its serial number and `/dev/disk/by-id` mapping and is
198203 the recommended approach.
204+ * `ignore-volume-az` (Optional): Used to influence availability zone use when
205+ attaching Cinder volumes. When Nova and Cinder have different availability
206+ zones, this should be set to `true`. This is most commonly the case where
207+ there are many Nova availability zones but only one Cinder availability zone.
208+ The default value is `false` to preserve the behavior used in earlier
209+ releases, but may change in the future.
199210
200211If deploying Kubernetes versions <= 1.8 on an OpenStack deployment that uses
201212paths rather than ports to differentiate between endpoints it may be necessary
0 commit comments