Store image properties after image registration
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Tue, 21 May 2013 14:08:34 +0000 (17:08 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Tue, 21 May 2013 14:08:34 +0000 (17:08 +0300)
commit00336c858f2146ce57e16eda3aab38bd408f30d9
treeac13fe2f38556c252b3df6c5be0761bf6f4fd339
parent623a4ceb72f26488c5c5646531a92a69d779da3c
Store image properties after image registration

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
Changelog
kamaki/cli/commands/image.py
kamaki/cli/commands/pithos.py
kamaki/clients/pithos/__init__.py