Ildar Svetlov | 8edb1e8 | 2018-03-27 17:32:09 +0400 | [diff] [blame] | 1 | package schedulerstats |
2 | |||||
3 | import "gerrit.mcp.mirantis.net/debian/gophercloud.git" | ||||
4 | |||||
5 | func storagePoolsListURL(c *gophercloud.ServiceClient) string { | ||||
6 | return c.ServiceURL("scheduler-stats", "get_pools") | ||||
7 | } |