- 24 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3633
-
- 23 May, 2013 5 commits
-
-
Stavros Sachtouris authored
- Meta-->metadata in some cases, according to the expected cyclades API - remove values level from requests and responses @ cyclades lib Refs: #3633
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
- validate image metadata format - read metadata from file - merge file-loaded metadata with runtimes - store metadata file on pithos, check existance, overwrite with -f - raise helpful error messages when there fail Refs: #3797
-
Stavros Sachtouris authored
- Ensure uniform image meta output - Easy to apply the correct meta format Refs: #3797
-
- 22 May, 2013 9 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Conflicts: Changelog kamaki/cli/commands/image.py Also, take care of pep8 issues
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3732
-
Stavros Sachtouris authored
Refs: #3732
-
Stavros Sachtouris authored
Refs: #3732
-
Stavros Sachtouris authored
Refs: #3732
-
- 21 May, 2013 10 commits
-
-
Stavros Sachtouris authored
Refs: #3780
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Parse ivalid property file and guide users to correct it Guide users to pass valid container:path parameters Refs:#3769
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
Refs: #3769
-
Stavros Sachtouris authored
Log of changes: - Properties are stored in a remote file on Pithos+ - File name is <image-file>.meta - Feature can be switched off with --no-property-file-upload - If remote property file exists, registration is aborted - If remote property file exists, force with -f, --fforce-upload-property-file - Location is given as container:path - User id can be aquired internaly with an astakos call Refs: #3769, #3778
-
Stavros Sachtouris authored
Refs: #3769
-
Stavros Sachtouris authored
-
- 20 May, 2013 3 commits
-
-
Stavros Sachtouris authored
Refs: #3756
-
Stavros Sachtouris authored
- Add image.add_member missing content-length header - Rename image-[add|del]member commands to members-[add|delete] - Remove update option from image-register - In image-compute split properties to properties-list and properties-get - Add optional output to methods * image: unregister, members add/delete/set * image compute: delete, properties delete - Transliterate methods to list-get-set-delete command groups: * image: members, member * image compute: properties Refs :#3756 #3732
-
Stavros Sachtouris authored
Apply the feature wherever is applicable Generalize the feature by moving the corresponding code to _command_init
-
- 17 May, 2013 4 commits
-
-
Stavros Sachtouris authored
Refs: #3756 #3732 - Add optional output for file methods: mkdir, touch, create, move, create, copy, move, append, delete, purge, info, meta, upload - Transliterate permissions and metadata methods to apear as get/set/delete command subgroups e.g. kamaki file metadata set ... instead of kamaki file setmeta - Add method create_container to pithos client, add unit and functional tests
-
Stavros Sachtouris authored
Also, kamaki.clients.pithos.copy/move_object returns response headers Refs: #3756 #3732
-
Stavros Sachtouris authored
Refs: #3756 #3732 In kamaki.clients ------------------- - storage.create_directory returns response headers - implement pithos.create_container In kamaki.cli.pithos ------------------- - add flag --with_output for optional output - add (-j, --json) flag for optional json-formated output - apply these changes to file_mkdir, file_touch, file_create
-
Stavros Sachtouris authored
- Implement a print_json auxiliary method in kamaki.cli.utils - Add a (-j, --json) flag to file list - When -j or --json flag is on, only json is printed Refs: #3732
-
- 16 May, 2013 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
Implemented with threads Refs: #3608
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
The download_to_string method downloads a remote object from pithos into a string, which is then returned. Also, implemented unit and functional tests. Changelog is updated Refs: #3608
-
- 15 May, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Also disallow moving deleted objects by version The later was implemented by accident, due to the symetry between move and copy Refs: #3737
-