blob: 4336ab955fed12bb7378710ec210b5a8b60b0eac [file] [log] [blame]
package agents
import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("agents")
}
func listDHCPNetworksURL(client *gophercloud.ServiceClient, id string) string {
return client.ServiceURL("agents", id, "dhcp-networks")
}