We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9f5f3 commit 5e5dfdeCopy full SHA for 5e5dfde
selvpcclient/clients/services/serviceclient.go
@@ -34,7 +34,7 @@ type ServiceClientOptions struct {
34
UserAgent string
35
}
36
37
-const AuthURL = "https://api.selvpc.ru/identity/v3/"
+const AuthURL = "https://cloud.api.selcloud.ru/identity/v3/"
38
39
func NewServiceClient(options *ServiceClientOptions) (*gophercloud.ServiceClient, error) {
40
if options.AuthURL == "" {
0 commit comments