- Jul 18, 2013
-
-
Nikos Skalkotos authored
Works better this way in OpenSUSE
-
- 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 15, 2013
-
-
Nikos Skalkotos authored
-
- 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.
-
- Apr 25, 2013
-
-
Nikos Skalkotos authored
If the ostype returned by libguestfs is valid and distro in unknown, don't print the distro at all.
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Mar 26, 2013
-
-
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.
-
- Jan 10, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The cow file when creating images or the temporary image file when bundling the host system may be large. Allow the user to overwrite the directory under which those files get created.
-
- Jan 03, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make sure the user cannot select a directory as input media
-
- Dec 31, 2012
-
-
Nikos Skalkotos authored
-
- Dec 13, 2012
-
-
Nikos Skalkotos authored
-
- Nov 21, 2012
-
-
Nikos Skalkotos authored
This can be used to create an image out of a live system. This functionality is not yet implemented.
-
- Nov 05, 2012
-
-
Nikos Skalkotos authored
This reverts commit 883e57b0. Drop the greenlet support.
-
- Nov 02, 2012
-
-
Nikos Skalkotos authored
Needed by new kamaki, otherwise it throughs an exception at the end.
-
- Oct 18, 2012
-
-
Nikos Skalkotos authored
-
- Sep 04, 2012
-
-
Nikos Skalkotos authored
Create a new dialog_menu module to host all the "expert mode" code. Check the code with a new version of pep8
-
- Sep 01, 2012
-
-
Vangelis Koukis authored
Fix various typos in messages, add .gitignore file for automatically produced intermediate files.
-
- Aug 29, 2012
-
-
Nikos Skalkotos authored
Every time you tried to reupload an image, the dialog displayed the pithos url instead of the image filename as initial value.
-
- Aug 24, 2012
-
-
Nikos Skalkotos authored
The account info was saved in the token field in .kamakirc
-
- Aug 23, 2012
-
-
Nikos Skalkotos authored
Fix some typos and overwrite the yes/no labels of the wizard/expert mode yesno dialog
-
Nikos Skalkotos authored
Also move it to a separate module.
-
- Aug 22, 2012
-
-
Nikos Skalkotos authored
Logging can be enabled using the -l input option
-
- Aug 08, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
A user can now create and upload an image using the wizard
-
- Jul 31, 2012
-
-
Nikos Skalkotos authored
The system does not perform anything yet when in wizard mode.
-
- Jul 27, 2012
-
-
Nikos Skalkotos authored
-
- Jul 26, 2012
-
-
Nikos Skalkotos authored
Create the new python module to host the aforementioned code.
-
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.
-
- Jul 24, 2012
-
-
Nikos Skalkotos authored
Not fully implemented yet
-
- Jun 28, 2012
-
-
Nikos Skalkotos authored
-
- Jun 27, 2012
-
-
Nikos Skalkotos authored
Fixed many `E127 continuation line over-indented for visual indent' errors
-
Nikos Skalkotos authored
Before extracting an image or registring it with cyclades, the image properties are populated with metadata concerning excluded deployment tasks.
-
- Jun 26, 2012
-
-
Nikos Skalkotos authored
-
- Jun 25, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Inform the user about metadata changes performed during syspreps execution or image shrinking.
-
- Jun 22, 2012
-
-
Nikos Skalkotos authored
Also fix various issues. snf-image-creator-dialog is almost ready. Some `Help' entries are missing.
-