commit | 53e997c7e6a5a9e03ad51d18cb98fa6d727df8bc | [log] [tgz] |
---|---|---|
author | Brad Ison <bison@garbagebrain.org> | Sat Mar 26 18:02:05 2016 -0400 |
committer | Brad Ison <bison@garbagebrain.org> | Thu Apr 07 21:48:12 2016 -0400 |
tree | 12c99ba86cbd614b72c349c709fba3fe06b74bf7 | |
parent | a09b5b4eb58195b6fb3898496586b8d6aeb558e0 [diff] [blame] |
Rackspace Auto Scale: Add policies List()
diff --git a/rackspace/autoscale/v1/policies/urls.go b/rackspace/autoscale/v1/policies/urls.go new file mode 100644 index 0000000..adea6cc --- /dev/null +++ b/rackspace/autoscale/v1/policies/urls.go
@@ -0,0 +1,7 @@ +package policies + +import "github.com/rackspace/gophercloud" + +func listURL(c *gophercloud.ServiceClient, groupID string) string { + return c.ServiceURL("groups", groupID, "policies") +}