commit | 01e1492193f46cd211d91f417ed2d6ad88f085ec | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Sep 11 15:23:49 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Sep 24 10:38:54 2014 +0200 |
tree | 30c8fc16b53611c3b7b5dca3357d79ddc01f692a | |
parent | 6250ff2b2915696a6166648aec61c46b6a729f32 [diff] [blame] |
Adding ListAPIVersions operation
diff --git a/openstack/networking/v2/networks/urls.go b/openstack/networking/v2/networks/urls.go index e69de29..012e486 100644 --- a/openstack/networking/v2/networks/urls.go +++ b/openstack/networking/v2/networks/urls.go
@@ -0,0 +1,9 @@ +package networks + +import ( + "github.com/rackspace/gophercloud" +) + +func APIVersionsURL(c *gophercloud.ServiceClient) string { + return c.ServiceURL("") +}