Simon Murray | a9d5de4 | 2016-11-03 15:06:44 +0000 | [diff] [blame] | 1 | package hypervisors |
2 | |||||
Krzysztof Szukiełojć | 3f41d08 | 2017-05-07 14:43:06 +0200 | [diff] [blame] | 3 | import "gerrit.mcp.mirantis.net/debian/gophercloud.git" |
Simon Murray | a9d5de4 | 2016-11-03 15:06:44 +0000 | [diff] [blame] | 4 | |
5 | func hypervisorsListDetailURL(c *gophercloud.ServiceClient) string { | ||||
6 | return c.ServiceURL("os-hypervisors", "detail") | ||||
7 | } | ||||
8 | |||||
9 | func aggregatesListURL(c *gophercloud.ServiceClient) string { | ||||
10 | return c.ServiceURL("os-aggregates") | ||||
11 | } |