Skip to content
Snippets Groups Projects
  1. Mar 19, 2014
  2. Jan 07, 2014
  3. Oct 16, 2013
  4. Oct 11, 2013
  5. Aug 03, 2013
  6. Jul 30, 2013
  7. Jun 20, 2013
  8. Jun 18, 2013
    • Nikos Skalkotos's avatar
      Change the metadata file format to json · 8e58e699
      Nikos Skalkotos authored
      When registring an image, use the information returned by the
      kamaki register method to construct the metadata file.
      
      When dumping the image to the local filesystem, store the image
      properties and the disk-format info in the metadata file.
      8e58e699
    • Nikos Skalkotos's avatar
      Add --cloud option in snf-image-creator · b3a4845c
      Nikos Skalkotos authored
      This options can be used to get the authentication URL and token
      from a saved cloud section in the kamaki configuration file
      b3a4845c
    • Nikos Skalkotos's avatar
      Comply with kamaki 0.9 · 49c07ce3
      Nikos Skalkotos authored
       * Change the authentication everywhere to use clouds
         (authentication URL and token pairs)
       * Add menu entries to manage clouds
       * Add an extra -a option in snf-image-creator to allow the user to
         specify authentication URLs
      49c07ce3
  9. Jun 11, 2013
    • Nikos Skalkotos's avatar
      Code Cleanup · 121f3bc0
      Nikos Skalkotos authored
       * Prefix all private methods with _
       * Write missing docstrings
       * Move all public methods above the private ones
       * Add module docstrings where missing
       * Define source code encodings on all modules
      121f3bc0
  10. Jun 07, 2013
  11. May 27, 2013
  12. May 24, 2013
  13. May 23, 2013
  14. May 17, 2013
  15. Mar 26, 2013
    • Nikos Skalkotos's avatar
      Rename DiskDevice class to Image · f5174d2c
      Nikos Skalkotos authored
      Rename DiskDevice class to Image and move it to a seperate module.
      Also, don't let the user access the os_type/* modules directly. In
      Image class create the `os' member variable that will host an
      appropriate instance of one of the OSBase classes.
      f5174d2c
  16. Mar 22, 2013
  17. Mar 21, 2013
  18. Mar 20, 2013
  19. Mar 17, 2013
  20. Mar 16, 2013
  21. Mar 14, 2013
  22. Jan 10, 2013
  23. Jan 03, 2013
  24. Nov 05, 2012
  25. Nov 02, 2012
  26. Oct 18, 2012
  27. Sep 01, 2012
  28. Aug 08, 2012
  29. Jun 27, 2012
  30. Jun 21, 2012
  31. Jun 15, 2012
  32. Jun 14, 2012
    • Nikos Skalkotos's avatar
      Fix a bug introduced in 4e58b51b · bb4db5a8
      Nikos Skalkotos authored
      The error function main.py used for outputing errors has been removed
      and the code was not updated to use the error method of SimpleOutput
      output class.
      Also did a minor cleanup: git_os_class function was renamed to os_cls
      bb4db5a8
  33. Jun 11, 2012
Loading