@pulumi/openstack 3.15.0 → 3.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/provider.d.ts +1 -1
package/package.json
CHANGED
package/provider.d.ts
CHANGED
|
@@ -229,7 +229,7 @@ export interface ProviderArgs {
|
|
|
229
229
|
/**
|
|
230
230
|
* If set to `true`, API requests will go the Load Balancer service (Octavia) instead of the Networking service (Neutron).
|
|
231
231
|
*
|
|
232
|
-
* @deprecated
|
|
232
|
+
* @deprecated Users not using loadbalancer resources can ignore this message. Support for neutron-lbaas will be removed on next major release. Octavia will be the only supported method for loadbalancer resources. Users using octavia will have to remove 'use_octavia' option from the provider configuration block. Users using neutron-lbaas will have to migrate/upgrade to octavia.
|
|
233
233
|
*/
|
|
234
234
|
useOctavia?: pulumi.Input<boolean>;
|
|
235
235
|
/**
|