blob: 9335895399df2406e9c320b09fe0d085300ea37c [file] [log] [blame]
Jon Perrittf799b942015-02-09 11:23:28 -07001package stacktemplates
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Jon Perrittf799b942015-02-09 11:23:28 -07004
5func getURL(c *gophercloud.ServiceClient, stackName, stackID string) string {
6 return c.ServiceURL("stacks", stackName, stackID, "template")
7}
8
9func validateURL(c *gophercloud.ServiceClient) string {
10 return c.ServiceURL("validate")
11}