cyclades: Implement /os-floating-ips API
Extend Cyclades API with /os-floating-ips endpoint. The API implements the following calls: * GET /os-floating-ips: List reserved floating IPs * POST /os-floating-ips: Allocate a floating IP * GET /os-floating-ips/ip_id: Show information about a floating IP * DELETE /os-floating-ips/ip_id: Release a floating IP
Please register or sign in to comment