@pulumi/openstack 3.15.1 → 3.16.0-alpha.1706748268
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 This option will be removed in the next major release. Support for neutron-lbaas will be removed in next major release. Octavia will be the only option supported.
|
|
233
233
|
*/
|
|
234
234
|
useOctavia?: pulumi.Input<boolean>;
|
|
235
235
|
/**
|