Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
fbc04096b481ab7bfc5a3f643f735fa4801f6b80
/
.
/
openstack
/
compute
/
v2
/
extensions
/
bootfromvolume
/
urls.go
blob: 0cffe25ffdcbaf1790bc6a6a195941600d54e142 [
file
] [
log
] [
blame
]
package bootfromvolume
import "github.com/rackspace/gophercloud"
func createURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("os-volumes_boot")
}