blob: 101eef0b71ee88964ce70956053db5f12ee71e64 [file] [log] [blame]
package defsecrules
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
const rulepath = "os-security-group-default-rules"
func resourceURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL(rulepath, id)
}
func rootURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL(rulepath)
}