Skip to content
Snippets Groups Projects
  1. 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
      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
  2. 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
  3. May 27, 2013
  4. Mar 28, 2013
  5. 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
  6. Oct 19, 2012
  7. Oct 03, 2012
  8. Sep 04, 2012
Loading