Skip to content

Commit

Permalink
Update OpenStack API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Feb 14, 2024
1 parent 9d8e240 commit 0b8d850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider "tls" {
}

provider "openstack" {
auth_url = "https://oprod-controller1.osuosl.org:5000/v3"
auth_url = "https://openstack.osuosl.org:5000/v3"
region = "RegionOne"
tenant_id = "03cbb624d5be494d95af475e74fcb47b"
tenant_name = "SeaGL"
Expand Down

0 comments on commit 0b8d850

Please sign in to comment.