blob: 173cb1fff9b0b11e53fe252d7117677cf61e76be [file] [log] [blame]
Simon Murraya9d5de42016-11-03 15:06:44 +00001package hypervisors
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Simon Murraya9d5de42016-11-03 15:06:44 +00004
5func hypervisorsListDetailURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL("os-hypervisors", "detail")
7}
8
9func aggregatesListURL(c *gophercloud.ServiceClient) string {
10 return c.ServiceURL("os-aggregates")
11}