Skip to content
Snippets Groups Projects
  1. Sep 14, 2011
  2. Jul 11, 2011
  3. Jun 30, 2011
  4. Jun 29, 2011
  5. Jun 23, 2011
  6. Jun 20, 2011
  7. Jun 16, 2011
  8. Jun 03, 2011
  9. May 31, 2011
  10. May 25, 2011
    • Giorgos Verigakis's avatar
      Refactor networks · 6f20781e
      Giorgos Verigakis authored
      * VirtualMachines can have a number of nics that are attached to networks.
      * Networks can also be public
      * VirtualMachines can be attached to public networks that they don't own.
      * There is a special public network (id 1) that can't be deleted.
      * Connections are deleted once a VM or a Network are deleted.
      * db migration needed
      
      Refs #513
      Fixes #569
      Fixes #579
      6f20781e
  11. May 10, 2011
  12. May 06, 2011
  13. May 05, 2011
  14. May 03, 2011
  15. Apr 19, 2011
  16. Apr 15, 2011
  17. Apr 13, 2011
    • Vangelis Koukis's avatar
      Change console req/response format, add unit tests · b2283092
      Vangelis Koukis authored
      Change the format of JSON requests and replies for getting
      a server console over VNC. Fix the cloud command-line tool to
      understand the new format.
      
      Add unit tests for api/actions.py:get_console().
      
      Add a quick-n-dirty method of detecting if we're running unit
      tests in settings.py.dist and set TEST accordingly. If TEST is
      used, the API implementation sets dry_run when creating servers
      in the backend and assumes mock replies from it.
      b2283092
  18. Apr 07, 2011
  19. Apr 05, 2011
  20. Apr 04, 2011
  21. Apr 03, 2011
    • Giorgos Verigakis's avatar
      Move to OpenStack API v1.1 · d7495f79
      Giorgos Verigakis authored
      * Removes piston dependency.
      * Adds dateutil dependency.
      
      Fixes #183 - Implement /servers
      Fixes #185 - Implement /images
      Fixes #245 - Details in exception handlers
      Fixes #249 - Metadata handling
      Fixes #253 - Transition to OpenStack API v1.1
      Fixes #255 - Fix XML for addresses
      Fixes #287 - Piston related bug
      Fixes #289 - Support both XML and JSON
      Fixes #309 - GUI not refreshing
      Fixes #339 - Support API extensions
      Fixes #359 - action returns serviceUnavailable
      Fixes #361 - return dates with timezones
      Refs #301 - Sanitization of API
      Refs #315 - Replace API v1.1
      d7495f79
  22. Mar 24, 2011
  23. Mar 23, 2011
  24. Mar 22, 2011
  25. Mar 21, 2011
  26. Mar 18, 2011
Loading