Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
7a0f3e5d85f8e1be4557466ad2c953c3b917a16c
/
.
/
openstack
/
objectstorage
/
v1
/
swauth
/
urls.go
blob: a30cabd60e5a39979a25c41a3d2768a46ee8e1f5 [
file
] [
log
] [
blame
]
Joe Topjian
7a0f3e5
2016-08-22 20:26:34 -0600
[
diff
] [
blame^
]
1
package swauth
2
3
import "github.com/gophercloud/gophercloud"
4
5
func getURL(c *gophercloud.ProviderClient) string {
6
return c.IdentityBase + "auth/v1.0"
7
}