Jon Perritt | f799b94 | 2015-02-09 11:23:28 -0700 | [diff] [blame] | 1 | package stacktemplates |
2 | |||||
Krzysztof Szukiełojć | 3f41d08 | 2017-05-07 14:43:06 +0200 | [diff] [blame] | 3 | import "gerrit.mcp.mirantis.net/debian/gophercloud.git" |
Jon Perritt | f799b94 | 2015-02-09 11:23:28 -0700 | [diff] [blame] | 4 | |
5 | func getURL(c *gophercloud.ServiceClient, stackName, stackID string) string { | ||||
6 | return c.ServiceURL("stacks", stackName, stackID, "template") | ||||
7 | } | ||||
8 | |||||
9 | func validateURL(c *gophercloud.ServiceClient) string { | ||||
10 | return c.ServiceURL("validate") | ||||
11 | } |