- Aug 23, 2013
-
-
Nikos Skalkotos authored
Allow the characters that kamaki allows
-
- Jun 20, 2013
-
-
Nikos Skalkotos authored
In the documentation and the printed messages, remove all references to ~okeanos, pithos or cyclades.
-
- Jun 18, 2013
-
-
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
-
- Jun 11, 2013
-
-
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
-
- May 27, 2013
-
-
Nikos Skalkotos authored
If the image gets registered as public allow anyone to read the metadata and the md5sum file.
-
- May 24, 2013
-
-
Nikos Skalkotos authored
Before uploading to pithos, check if any remote file gets overwritten.
-
- Apr 25, 2013
-
-
Nikos Skalkotos authored
In kamaki 0.8 `store' command is replaced with `file' and `astakos' is replaced with `user'.
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Mar 22, 2013
-
-
Nikos Skalkotos authored
-
- Mar 17, 2013
-
-
Nikos Skalkotos authored
Support images that can only be deployed by the user that registers the image to cyclades
-
- Mar 14, 2013
-
-
Nikos Skalkotos authored
You don't need the account name. You can fetch it from astakos using the authentication token.
-
- Nov 01, 2012
-
-
Nikos Skalkotos authored
It has changed after the last major revision and was not updated.
-
Nikos Skalkotos authored
-
- Jul 27, 2012
-
-
Nikos Skalkotos authored
-
- Jul 26, 2012
-
-
Nikos Skalkotos authored
If present in the kamaki configuration file, the user will read the ~okeanos credentials using the kamaki config interface. Whenever the user changes the ~okeanos credentians, the changes are pushed back to kamaki.
-
- Jun 27, 2012
-
-
Nikos Skalkotos authored
Fixed many `E127 continuation line over-indented for visual indent' errors
-
- Jun 15, 2012
-
-
Nikos Skalkotos authored
Otherwise the registration may fail.
-
Nikos Skalkotos authored
Let the application decide what to do with them. If image-creator receives an error from kamaki it will terminate. But this may not be the proper thing to do for an interactive application like image-creator-dialog
-
- Jun 11, 2012
-
-
Nikos Skalkotos authored
-
- Jun 06, 2012
-
-
Nikos Skalkotos authored
The progress bar of the progress generator had a wrong max attribute.
-
- Jun 05, 2012
-
-
Nikos Skalkotos authored
All image-creator components now output messages using an instance of one of the output classes.
-
- Apr 24, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 23, 2012
-
-
Nikos Skalkotos authored
-
- Apr 20, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 19, 2012
-
-
Nikos Skalkotos authored
Also rearrange input options
-
- Apr 11, 2012
-
-
Nikos Skalkotos authored
This is just a template. Not fully workable
-
- Apr 10, 2012
-
-
Nikos Skalkotos authored
Also merge data_cleanup tasks with syspreps and did a major cleanup
-
- Mar 19, 2012
-
-
Nikos Skalkotos authored
-
- Mar 16, 2012
-
-
Nikos Skalkotos authored
All modules should use image_creator.FatalError exception to report fatal errors.
-
- Feb 24, 2012
-
-
Nikos Skalkotos authored
* Add foreach_file function in OSBase. This is used by all cleanup methods * Add slackware class. This class derives from linux and overwrites the log cleanup behaviour. This is needed since slackware stores all package management info in /var/log/packages * Add a shrink method in DiskDevice. This method shrinks the last filesystem to the minimum size * Make the code style comply with pep8
-
- Feb 20, 2012
-
-
Nikos Skalkotos authored
-
- Feb 15, 2012
-
-
Nikos Skalkotos authored
-