blob: dc007eadf8677fda11f32022690bf97480783e4f [file] [log] [blame]
Jon Perrittd9a4bf72014-10-23 23:44:04 -05001package bootfromvolume
2
Jon Perritt27249f42016-02-18 10:35:59 -06003import "github.com/gophercloud/gophercloud"
Jon Perrittd9a4bf72014-10-23 23:44:04 -05004
5func createURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL("os-volumes_boot")
7}