Skip to content

Commit

Permalink
Upgrade terraform-provider-openstack to v1.54.1 (#495)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-openstack
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-openstack from 1.54.0  to 1.54.1.
	Fixes #494
  • Loading branch information
pulumi-bot authored Feb 1, 2024
1 parent a5a8e4a commit b97d0d8
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-openstack/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"OS_USE_OCTAVIA"
]
},
"deprecationMessage": "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."
"deprecationMessage": "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."
},
"userDomainId": {
"type": "string",
Expand Down Expand Up @@ -2089,7 +2089,7 @@
"useOctavia": {
"type": "boolean",
"description": "If set to `true`, API requests will go the Load Balancer service (Octavia) instead of the Networking service (Neutron).\n",
"deprecationMessage": "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."
"deprecationMessage": "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."
},
"userDomainId": {
"type": "string",
Expand Down Expand Up @@ -2267,7 +2267,7 @@
"OS_USE_OCTAVIA"
]
},
"deprecationMessage": "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."
"deprecationMessage": "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."
},
"userDomainId": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.72.0
github.com/pulumi/pulumi/sdk/v3 v3.103.1
github.com/terraform-provider-openstack/terraform-provider-openstack v1.54.0
github.com/terraform-provider-openstack/terraform-provider-openstack v1.54.1
)

replace (
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2354,8 +2354,8 @@ github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
github.com/terraform-provider-openstack/terraform-provider-openstack v1.54.0 h1:7UD2hXZ9y4ktRGXAEiQi6NRKhcJSnrumoMVb7hHem5Y=
github.com/terraform-provider-openstack/terraform-provider-openstack v1.54.0/go.mod h1:F142rYNEJIEEQ4WNGvFcRpl5qKPMwrF5xvZF5zhe3b4=
github.com/terraform-provider-openstack/terraform-provider-openstack v1.54.1 h1:M5KvCjQf2eBkd8N24FTGCu7cGoPoBi/N0FG90WjMpPo=
github.com/terraform-provider-openstack/terraform-provider-openstack v1.54.1/go.mod h1:F142rYNEJIEEQ4WNGvFcRpl5qKPMwrF5xvZF5zhe3b4=
github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=
github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
Expand Down
2 changes: 1 addition & 1 deletion sdk/go/openstack/config/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/go/openstack/provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions sdk/java/src/main/java/com/pulumi/openstack/ProviderArgs.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/provider.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sdk/python/pulumi_openstack/provider.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b97d0d8

Please sign in to comment.