blob: cdd8ce2e534d8358bcd4d488eb1d1843b9ba9aa3 [file] [log] [blame]
Joe Topjian7a0f3e52016-08-22 20:26:34 -06001package swauth
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Joe Topjian7a0f3e52016-08-22 20:26:34 -06004
5func getURL(c *gophercloud.ProviderClient) string {
6 return c.IdentityBase + "auth/v1.0"
7}