Skip to content

Commit 5e5dfde

Browse files
committed
Change default auth URL
1 parent 9d9f5f3 commit 5e5dfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selvpcclient/clients/services/serviceclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type ServiceClientOptions struct {
3434
UserAgent string
3535
}
3636

37-
const AuthURL = "https://api.selvpc.ru/identity/v3/"
37+
const AuthURL = "https://cloud.api.selcloud.ru/identity/v3/"
3838

3939
func NewServiceClient(options *ServiceClientOptions) (*gophercloud.ServiceClient, error) {
4040
if options.AuthURL == "" {

0 commit comments

Comments
 (0)