commit | d72ac533a5e3a7e26c19681f2ddc712fa5966853 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Fri Oct 31 13:58:41 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Mon Nov 24 21:00:02 2014 -0700 |
tree | 31808fc8b52723f1e7984addd48b64e64e06beaa | |
parent | d06d96194cc910f9be6fbae15e00fa7a6b863da0 [diff] [blame] |
add updateURL
diff --git a/openstack/networking/v2/networks/urls.go b/openstack/networking/v2/networks/urls.go index 33c2387..a9eecc5 100644 --- a/openstack/networking/v2/networks/urls.go +++ b/openstack/networking/v2/networks/urls.go
@@ -22,6 +22,10 @@ return rootURL(c) } +func updateURL(c *gophercloud.ServiceClient, id string) string { + return resourceURL(c, id) +} + func deleteURL(c *gophercloud.ServiceClient, id string) string { return resourceURL(c, id) }