Krzysztof Szukiełojć | ab14998 | 2017-05-10 14:49:39 +0200 | [diff] [blame] | 1 | package agents |
| 2 | |
| 3 | import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git" |
| 4 | |
| 5 | func listURL(c *gophercloud.ServiceClient) string { |
Dmitry Kalashnik | 7db726b | 2017-06-01 19:39:49 +0400 | [diff] [blame] | 6 | return c.ServiceURL("agents") |
Krzysztof Szukiełojć | ab14998 | 2017-05-10 14:49:39 +0200 | [diff] [blame] | 7 | } |
Ildar Svetlov | 790e9f2 | 2019-03-24 22:33:37 +0400 | [diff] [blame^] | 8 | |
| 9 | func listDHCPNetworksURL(client *gophercloud.ServiceClient, id string) string { |
| 10 | return client.ServiceURL("agents", id, "dhcp-networks") |
| 11 | } |