package hypervisors | |
import "gerrit.mcp.mirantis.net/debian/gophercloud.git" | |
func hypervisorsListDetailURL(c *gophercloud.ServiceClient) string { | |
return c.ServiceURL("os-hypervisors", "detail") | |
} | |
func aggregatesListURL(c *gophercloud.ServiceClient) string { | |
return c.ServiceURL("os-aggregates") | |
} |