blob: a5ebcf78694f41cc54602a8a513448d20173fe7d [file] [log] [blame]
Jon Perrittd9a4bf72014-10-23 23:44:04 -05001package bootfromvolume
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Jon Perrittd9a4bf72014-10-23 23:44:04 -05004
5func createURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL("os-volumes_boot")
7}