blob: cdd8ce2e534d8358bcd4d488eb1d1843b9ba9aa3 [file] [log] [blame]
package swauth
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func getURL(c *gophercloud.ProviderClient) string {
return c.IdentityBase + "auth/v1.0"
}