Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
5cb543c8c13ece4f73656b2de9d1883bbb8890f0
/
.
/
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
}