Skip to content
  • Christos Stavrakakis's avatar
    cyclades: Implement /os-floating-ips API · 94abc257
    Christos Stavrakakis authored
    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
    94abc257