| Jon Perritt | d9a4bf7 | 2014-10-23 23:44:04 -0500 | [diff] [blame] | 1 | package bootfromvolume |
| 2 | |||||
| Jon Perritt | 27249f4 | 2016-02-18 10:35:59 -0600 | [diff] [blame] | 3 | import "github.com/gophercloud/gophercloud" |
| Jon Perritt | d9a4bf7 | 2014-10-23 23:44:04 -0500 | [diff] [blame] | 4 | |
| 5 | func createURL(c *gophercloud.ServiceClient) string { | ||||
| 6 | return c.ServiceURL("os-volumes_boot") | ||||
| 7 | } | ||||