commit | e357e3d041f913cd67d1d114eef697652db66e6d | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Fri Oct 03 01:53:57 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Fri Oct 03 01:53:57 2014 -0500 |
tree | 97f15d562f146d99612ed4c893b3895ac1eb9882 | |
parent | fd53bbacd32dde343554cf044499ae36a8274d89 [diff] [blame] |
UpdateMetadata for snapshots
diff --git a/openstack/blockstorage/v1/snapshots/urls.go b/openstack/blockstorage/v1/snapshots/urls.go index fb324bb..4d635e8 100644 --- a/openstack/blockstorage/v1/snapshots/urls.go +++ b/openstack/blockstorage/v1/snapshots/urls.go
@@ -22,6 +22,6 @@ return c.ServiceURL("snapshots", id, "metadata") } -func updateURL(c *gophercloud.ServiceClient, id string) string { +func updateMetadataURL(c *gophercloud.ServiceClient, id string) string { return metadataURL(c, id) }