commit | 4c108b50971d099e139c47577f39c65d04ce509a | [log] [tgz] |
---|---|---|
author | Mikko Valkonen <msvalkon@gmail.com> | Mon Oct 24 23:11:25 2016 +0300 |
committer | jrperritt <jrperritt@gmail.com> | Mon Oct 24 15:11:25 2016 -0500 |
tree | 530bcadf59ea4261e24a6a3a814b8c527f189412 | |
parent | 20de78068c27f79d5c64ece7d8e2b8ed8a6600d4 [diff] [blame] |
sfs/share: Delete share (#120)
diff --git a/openstack/sharedfilesystems/v2/shares/urls.go b/openstack/sharedfilesystems/v2/shares/urls.go index 4fba746..7cb1c81 100644 --- a/openstack/sharedfilesystems/v2/shares/urls.go +++ b/openstack/sharedfilesystems/v2/shares/urls.go
@@ -5,3 +5,7 @@ func createURL(c *gophercloud.ServiceClient) string { return c.ServiceURL("shares") } + +func deleteURL(c *gophercloud.ServiceClient, id string) string { + return c.ServiceURL("shares", id) +}