You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
from the example taken line of code,
client, err := openstack.NewIdentityV3(provider, gophercloud.EndpointOpts{
Region: "RegionOne",
})
when compiled, generates this error:
./main.go:86: assignment count mismatch: 2 = 1
./main.go:88: too many arguments in call to openstack.NewIdentityV3
have (*gophercloud.ProviderClient, gophercloud.EndpointOpts)
want (*gophercloud.ProviderClient)
Please advise where the issue is.
The text was updated successfully, but these errors were encountered:
from the example taken line of code,
client, err := openstack.NewIdentityV3(provider, gophercloud.EndpointOpts{
Region: "RegionOne",
})
when compiled, generates this error:
./main.go:86: assignment count mismatch: 2 = 1
./main.go:88: too many arguments in call to openstack.NewIdentityV3
have (*gophercloud.ProviderClient, gophercloud.EndpointOpts)
want (*gophercloud.ProviderClient)
Please advise where the issue is.
The text was updated successfully, but these errors were encountered: