- 30 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3874 Kamaki.clients.astakos.AstakosClient is now a high-level client lib that offers access to token-authenticated astakos-aquired cached information. Users who need an astakos client should use the snf-astakosclient instead. Usage: astakos_cache = AstakosClient(<astakos/base/url/with/identity/api>) astakos_cache.authenticate(<token>) user_info = astakos_cache.user_info() compute_endpoints = astakos_cache.get_service_endpoints('compute', 'v2') Major changes: Modify ReST call from /im/authenticate to /tokens New methods as AstakosClient instance cache accessors: get_services get_service_details get_service_endpoints Method renaiming for existing AstakosClient instance cache accessors: info --> user_info user --> list_users
-
- 29 May, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 28 May, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 27 May, 2013 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Methods exposed: get_user_info as authenticate get_uuid[s] as uuid get_username[s] as username get_quotas as quotas services_get_uuid[s]/username[s]/quotas as service uuid/username/quotas
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 24 May, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
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 2 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
-