Activity
From 05/22/2013 to 06/20/2013
06/20/2013
- 04:42 pm Revision 084cffd1: Bump version to 0.9-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 04:42 pm Revision 7235534a: Merge branch 'master' into debian
- 04:39 pm Revision b9883088: Merge branch 'master' into debian-wheezy
- 04:35 pm Revision 6d9a050e: Merge branch 'master' into debian-master
- 04:35 pm Revision 5d324b35: Update version tag to 0.9
- 04:34 pm Revision c522b8ec: Merge branch 'release-0.9'
- Conflicts:
Changelog
README.Upgrade
docs/conf.py
docs/installation.rst
docs/setup.rst
kamaki/cli/argument.py
k... - 04:23 pm Revision d1d587a0: Merge branch 'release-0.9' into debian-release-0.9
- 04:22 pm Revision 4443152f: Adjust unit/functional tests
- Refs: #3964
(cherry picked from commit c088076b149d5df99a28c1d31cfbe7d2754bb289) - 04:17 pm Revision 79eb8f6b: Merge branch 'develop' into debian-develop
- 04:16 pm Revision c088076b: Adjust unit/functional tests
- Refs: #3964
- 03:41 pm Support #3832 (Closed): Adjust cyclades and astakos calls to synnefo 0.14 specs and url schemes
- 03:41 pm Feature #3934 (Closed): Design and support a new config file structure and address compatibility ...
- 03:40 pm Feature #3913 (Closed): Add multiple remotes and switch between them
- 03:40 pm Feature #3874 (Closed): Ask astakos for service endpoints
- 03:40 pm Feature #3797 (Closed): Enrich image register meta record format
- 03:40 pm Feature #3769 (Closed): Store metadata after an image registration
- 03:39 pm Feature #3608 (Closed): Separate upload_object file reading/data writing concerns
- 03:39 pm Bug #4030 (Closed): Kamaki should raise errors for incompatible cloud names in config file
- 03:39 pm Bug #3979 (Closed): Incorrect warning messages when config file is misconfigured
- 10:38 am Revision 46358c88: Update Changelog
06/19/2013
- 06:00 pm Revision 87bceefe: Merge branch 'release-0.9' into debian-release-0.9
- 05:59 pm Revision d09bc886: Remove links from simple listing
- (cherry picked from commit 7ba195e522e84785785933ed9f65f8ba72b0be9b)
- 05:59 pm Revision 83192241: Add network examples
- (cherry picked from commit d0f431bbd2f8f22161fb7df7d536be7f4fe59afa)
- 05:59 pm Revision a358a79e: Add examples for virtual machine handling
- (cherry picked from commit 76e9db552577325c9fa26a7c695eeb598be1019b)
- 05:59 pm Revision bed5a8c1: Add image registration examples
- (cherry picked from commit 0b158e6b7ca54bb2cb95aefcb49a55420a75145e)
- 05:59 pm Revision 26ffbe72: Add file sharing examples
- (cherry picked from commit 4dd5ea2c1cd6cf62e98b37372b31eecaeedd6491)
- 05:59 pm Revision 4bc870bf: Add upload and download examples
- (cherry picked from commit efae4212a9a17fc0a3eae427120d7312788fc7c8)
- 05:59 pm Revision 92e089e4: Complete the listing section
- (cherry picked from commit 9e5341f58e7190fd0397264ff0d3b03c76fa59bf)
- 05:58 pm Revision f5362960: Rename: scenarios-->examples, add first content
- - configuration section, with clouds
- Simple listing
- Pithos advanced listing
(cherry picked from commit b4ed3a7e11... - 05:58 pm Revision 21f59a09: Add a new section "Scenarios" in documentation
- (cherry picked from commit f4ddbb74d4bf62ffc9a4415b8aa0bd93ff7daf3d)
- 05:57 pm Revision d12169cc: Merge branch 'feature-adjust-docs' into develop
- 05:56 pm Revision 7ba195e5: Remove links from simple listing
- 05:35 pm Revision d0f431bb: Add network examples
- 04:18 pm Revision 76e9db55: Add examples for virtual machine handling
- 02:58 pm Revision 0b158e6b: Add image registration examples
06/18/2013
- 04:28 pm Revision 4dd5ea2c: Add file sharing examples
- 03:44 pm Revision efae4212: Add upload and download examples
- 02:51 pm Revision 9e5341f5: Complete the listing section
- 02:42 pm Bug #4030: Kamaki should raise errors for incompatible cloud names in config file
- The error is CloudNameError and extents the ConfigParser.Error
- 01:03 pm Revision d1652f8c: Merge branch 'feature-connection-retry' into develop
- 01:03 pm Revision 01d14153: Add a Connection Retry to Client + ResponseManager
- Usage:
cl.XxxClient(...)
cl.CONNECTION_RETRY_LIMIT = 5
cl.<methods> - 01:00 pm Revision ec928235: Add a Connection Retry to Client + ResponseManager
- Usage:
cl.XxxClient(...)
cl.CONNECTION_RETRY_LIMIT = 5
cl.<methods> - 11:58 am Revision 30aeeb39: Remove forgoten debug message
- 11:58 am Revision c3c85430: Remove forgoten debug message
- 11:56 am Revision 668068af: Fix write recovery bug in kamaki.cli.config
- write failed to recover config memory repr. after writing in disk
Refs: #4030 - 11:54 am Revision 35d47a6c: Fix write recovery bug in kamaki.cli.config
- write failed to recover config memory repr. after writing in disk
Refs: #4030 - 11:24 am Revision b8fd7d84: Create InvalidCloudNameError, raise it when needed
- Refs: #4030
- 11:23 am Revision d2d0dbdb: Make cloud prefix a global settings
- Refs: #4030
- 11:23 am Revision 4bef4309: Add seperator in item listing (unnamed)
- 10:58 am Revision b75a7cc4: Merge branch 'feature-check-cloud-name' into develop
- 10:57 am Revision 29be4062: Create InvalidCloudNameError, raise it when needed
- Refs: #4030
06/17/2013
- 06:37 pm Revision 6144f3d4: Make cloud prefix a global settings
- Refs: #4030
- 05:17 pm Bug #4030 (Closed): Kamaki should raise errors for incompatible cloud names in config file
- Implement a new class of Exceptions: KamakiConfigError
Implement a KamakiConfigCloudNameError as extentions of Kamak... - 04:34 pm Revision b4ed3a7e: Rename: scenarios-->examples, add first content
- - configuration section, with clouds
- Simple listing
- Pithos advanced listing - 12:51 pm Revision f4ddbb74: Add a new section "Scenarios" in documentation
- 12:15 pm Revision d1ef43ad: Merge branch 'develop' into feature-adjust-docs
- 12:14 pm Revision 8fe9ed4e: Add seperator in item listing (unnamed)
- 11:52 am Revision 9a70c511: Adjust list_sever_nics to recent server changes
- 10:58 am Revision f00d5427: Adjust list_sever_nics to recent server changes
06/14/2013
- 05:54 pm Revision 275af16a: Merge branch 'release-0.9' into debian-release-0.9
- 05:54 pm Revision 9360f398: Fix deprecated terms in documentation
- Conflicts:
kamaki/cli/config.py - 05:52 pm Revision b7d631c8: Merge branch 'develop' into debian-develop
- 05:52 pm Revision ae0c3728: Merge branch 'feature-adjust-docs' into develop
- 05:51 pm Revision fa382f9e: Fix deprecated terms in documentation
- 02:06 pm Revision d2e893dc: Merge branch 'develop' into feature-adjust-docs
- 02:06 pm Revision 7749f75a: Fix typo when getting metadata without key
- 01:39 pm Revision af22ea25: Increase verion tag to 0.9rc5
- 01:38 pm Revision e32e2489: Fix typo when getting metadata without key
- 01:06 pm Revision 806e8a05: Bump version to 0.8.6-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 01:05 pm Revision 7fd3af7f: Merge branch 'master' into debian
- 12:55 pm Revision 3df8513f: Merge branch 'develop' into feature-adjust-docs
- 12:54 pm Revision a7533bf3: Recover old token in case of authentication error
- 12:53 pm Revision 4f870a21: Recover old token in case of authentication error
- 11:41 am Revision cf7cd5de: Bump version to 0.9~rc4-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 11:41 am Revision 4e7f8acd: Merge branch 'release-0.9' into debian-release-0.9
- 11:36 am Revision 2077780c: Merge branch 'release-0.9' into debian-release-0.9
- 11:36 am Revision 16b2546c: Prepare special local paths (like .) for pithos
- 11:35 am Revision c6c39d11: Merge branch 'develop' into debian-develop
- 11:35 am Revision 9e0a1a4c: Prepare special local paths (like .) for pithos
- 11:34 am Revision 1bf426ec: Merge branch 'master' into debian-master
- 11:34 am Revision 6ca56077: Merge branch 'hotfix-0.8.6'
- 11:33 am Revision 12dc591b: Update changelog and verison tag
- 11:30 am Bug #3954 (Closed): Fail to recursively download folders in windows
- 11:30 am Bug #3956 (Closed): Download remote object with empty space in object path fails
- 11:25 am Revision d0a17970: Prepare special local paths (like .) for pithos
06/13/2013
- 07:00 pm Feature #3728 (Closed): Implement a Plankton-side image unregister
- 06:54 pm Support #3964 (Resolved): Adjust functional tests in kamaki.clients to novel features
- 06:52 pm Revision 5ce1189c: Fix all minor typos and modifications in tests
- 06:49 pm Revision e1350019: Updagrade error message for multiple clouds
- Refs: #3979
- 06:49 pm Revision 763e7b82: Use the default_cloud global option
- Refs: #3934 #3979
Conflicts:
kamaki/cli/__init__.py - 06:46 pm Revision 673564af: Merge branch 'develop' into debian-develop
- 06:46 pm Revision 2e03b5d8: Merge branch 'feature-floating-ips' into develop
- Conflicts:
Changelog - 06:44 pm Revision 0d68bdc5: Merge branch 'feature-expose-astakosclient' into develop
- Conflicts:
kamaki/cli/commands/snf-astakos.py - 06:38 pm Revision d6acad53: Merge branch 'feature-adjust-functional-tests' into develop
- 06:37 pm Revision df0045d8: Fix all minor typos and modifications in tests
- 03:26 pm Bug #4002 (Closed): History run fails to use cached authentication information
06/12/2013
- 05:55 pm Revision 87f1be2a: Merge branch 'develop' into feature-adjust-functional-tests
- 05:53 pm Revision d70ceab9: Merge branch 'release-0.9' into debian-release-0.9
- 05:52 pm Revision f7dab7d3: Fix typo in method docs
- 05:52 pm Revision ae74021a: Adjust livetests to cloud renamings
- 05:45 pm Revision 821f504b: Merge branch 'release-0.9' into debian-release-0.9
- 05:44 pm Revision 6805bc58: Upgrade release verison to 0.9rc4
- 05:44 pm Revision 37ce8a25: Do not suggest ansicolors if colors == off
- Refs: #3978
- 05:44 pm Revision 2063ef10: Fix typos in error messages and helps
- Refs: #3979
- 05:43 pm Revision f623b8d3: Fix log level for expected command failures
- 05:43 pm Revision 72d7e64b: Updagrade error message for multiple clouds
- Refs: #3979
- 05:43 pm Revision ac5a74b3: Use the default_cloud global option
- Refs: #3934 #3979
- 05:42 pm Revision 6ad97a15: Merge branch 'develop' into debian-develop
- 05:42 pm Revision 89e93135: Merge branch 'feature-cloud-renamings' into develop
- 05:40 pm Revision 943c9f5c: Merge branch 'develop' into debian-develop
- 05:40 pm Revision 89ff917c: Merge branch 'feature-adjust-docs' into develop
- 05:38 pm Support #3832 (Resolved): Adjust cyclades and astakos calls to synnefo 0.14 specs and url schemes
- 05:38 pm Feature #3934: Design and support a new config file structure and address compatibility issues
- Use the term "cloud" instead of remote.
- 05:37 pm Feature #3913 (Resolved): Add multiple remotes and switch between them
- Use the term "cloud" instead of remote
New config format:
[global]
default_remote = default
... other kamaki-... - 05:34 pm Feature #3633 (Closed): Adjust Cyclades clients and corresponding commands to server modification...
- 05:32 pm Bug #3978 (Closed): Do not warn about ansicolors if user sets colors=off
- 05:32 pm Revision 69691087: Do not suggest ansicolors if colors == off
- Refs: #3978
- 05:17 pm Revision 031ca67d: Fix typos in error messages and helps
- Refs: #3979
- 05:16 pm Bug #3979 (Resolved): Incorrect warning messages when config file is misconfigured
- 05:13 pm Revision 47f37f7c: Fix log level for expected command failures
- 05:00 pm Revision 44101d8a: Updagrade error message for multiple clouds
- Refs: #3979
- 04:55 pm Revision c825ddc9: Use the default_cloud global option
- Refs: #3934 #3979
- 04:22 pm Revision bb759047: Merge branch 'develop' into feature-cloud-renamings
- 04:14 pm Revision 8f91e50c: Fix typo in method docs
- 03:49 pm Revision 2feb9477: Adjust livetests to cloud renamings
- 03:34 pm Revision f9d043ad: Merge branch 'develop' into feature-adjust-docs
- 03:32 pm Revision 2cf0b7a7: Merge branch 'develop' into debian-develop
- 03:31 pm Revision 5e4c38d0: Merge branch 'feature-cloud-renamings' into develop
- 03:23 pm Revision 67ad4af1: Merge branch 'release-0.9' into debian-release-0.9
- 03:22 pm Revision 76dada17: Create Upgrade notes regarding the config files
- 03:03 pm Revision 2a4b0a2a: Change term "remote" to "cloud" when proper
- Refs: #3934
- 03:02 pm Revision 144b3551: Change term "remote" to "cloud" when proper
- Refs: #3934
- 11:46 am Revision b3ba19ef: Adjust docs to cover multiple clouds functionality
- This commit server as a backup mostly, since the adjustments are not yet
applied to docs/commands and all docs/develo... - 11:46 am Revision e96b3d4e: Update some of the documentation
- this commit serves back-up purposes mostly
- 11:45 am Revision bdf98db1: Reset Upgrade notes for the upcoming version 0.10
- 11:44 am Revision 1714297d: Document the Upgrade notes for v0.9
- 11:44 am Revision e9680623: Fix PEP8 warning
- 11:43 am Revision 1b46f2b0: Merge branch 'feature-adjust-docs' into develop
06/11/2013
- 07:27 pm Revision 904091dd: Adjust docs to cover multiple clouds functionality
- This commit server as a backup mostly, since the adjustments are not yet
applied to docs/commands and all docs/develo... - 05:36 pm Bug #3979 (Closed): Incorrect warning messages when config file is misconfigured
- 1. When default url or token is missing, the guiding message should look like this:...
- 05:31 pm Bug #3978 (Closed): Do not warn about ansicolors if user sets colors=off
- Kamaki should not suggest users to install ansicolors, if they have set
global.colors off - 04:33 pm Revision a2255e10: Merge branch 'release-0.9' into debian-release-0.9
06/10/2013
- 06:11 pm Revision fa479dc3: Update some of the documentation
- this commit serves back-up purposes mostly
- 04:11 pm Revision 1910f39d: Merge branch 'release-0.9' of https://code.grnet.gr/git/kamaki into release-0.9
- 04:07 pm Revision 1a1b0502: Document the Upgrade notes for v0.9
- 04:06 pm Revision 34b09e46: Reset Upgrade notes for the upcoming version 0.10
- 04:04 pm Revision 1cedf289: Merge branch 'feature-adjust-docs' into develop
- 04:03 pm Revision 9dc6159f: Document the Upgrade notes for v0.9
- 03:11 pm Revision 72fa0010: Fix PEP8 warning
- 03:08 pm Revision 53e93246: Merge branch 'release-0.9' into debian-release-0.9
- 03:08 pm Revision fa5a0962: Merge branch 'release-0.9' of https://code.grnet.gr/git/kamaki into release-0.9
- Conflicts:
kamaki/cli/commands/snf-astakos.py - 03:00 pm Revision 2ce16bb0: Adjust all livetests to use cached astakos client
- Refs: #3964
- 03:00 pm Revision 74279468: Adjust cached astakos client unit tests
- Refs: #3964
- 03:00 pm Revision 1ec16d06: Create mising func. tests 4 cached astakos client
- Refs: #3964
- 03:00 pm Revision edca58f8: Adjust astakos functional tests to novel features
- Refs: #3964
- 02:59 pm Revision 7fbfabe0: Merge branch 'feature-adjust-functional-tests' into develop
- 02:57 pm Revision 9b745324: Adjust all livetests to use cached astakos client
- Refs: #3964
- 01:07 pm Revision 508570ae: Adjust cached astakos client unit tests
- Refs: #3964
- 12:53 pm Revision ca65fc0b: Create mising func. tests 4 cached astakos client
- Refs: #3964
- 11:54 am Revision 114e19da: Adjust astakos functional tests to novel features
- Refs: #3964
- 11:53 am Support #3964 (Closed): Adjust functional tests in kamaki.clients to novel features
06/07/2013
- 05:19 pm Support #3647 (Closed): Keep backward compatibility for configuration file management through ver...
- 05:11 pm Revision 7e4699f5: Bump version to 0.8.5-2
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 04:49 pm Revision 1c64d35c: Bump version to 0.8.5-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 04:49 pm Revision 976ce9d1: Merge branch 'master' into debian
- 04:48 pm Revision 9a079119: Merge branch 'master' into debian-master
- 04:44 pm Revision 82903313: Make sure all url-params are url-encoded
- Refs: #3956
- 04:44 pm Revision b8e0b52b: Make sure all url-params are url-encoded
- Refs: #3956
- 04:43 pm Revision de98f78a: Merge branch 'hotfix-0.8.5'
- 04:42 pm Revision 0c742ce7: Update changelog and version
- 04:39 pm Revision 1d142373: Make sure all url-params are url-encoded
- Refs: #3956
- 04:37 pm Bug #3956 (Resolved): Download remote object with empty space in object path fails
- encoding URL params after ? in some cases wasn't performed - FIXED
- 04:22 pm Bug #3956 (Closed): Download remote object with empty space in object path fails
- To reproduce the problem:...
- 04:14 pm Revision 483fbdf8: Fix typo (ds_path --> dst_path)
- 03:44 pm Feature #3934 (Resolved): Design and support a new config file structure and address compatibilit...
- 03:43 pm Revision 06d3f792: Update version tag to 0.9rc3
- 03:43 pm Revision ca5b9261: Adjust help messages to configuration changes
- Refs:#3934
- 03:42 pm Revision 866a5b5e: Merge branch 'feature-endpoints' into develop
- 03:41 pm Revision c626151a: Adjust help messages to configuration changes
- Refs:#3934
- 03:15 pm Revision 902835ba: Merge branch 'feature-endpoints' into release-0.9
- Conflicts:
Changelog
kamaki/cli/__init__.py
kamaki/cli/commands/astakos.py
kamaki/cli/commands/cyclades.py
kamak... - 02:25 pm Revision 40bdbfa3: Merge branch 'feature-endpoints' into develop
- 02:24 pm Revision e0d03685: Fix a PEP8 issue
- 02:19 pm Revision 8dbf5a1a: Use os-specific path seperators in up/down-load -R
- Refs: #3954
- 02:19 pm Revision 14d15eca: Use os-specific path seperators in up/down-load -R
- Refs: #3954
- 01:59 pm Bug #3954 (Resolved): Fail to recursively download folders in windows
- 01:54 pm Revision cd895362: Bump version to 0.8.4-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 01:54 pm Revision d33ce390: Merge branch 'master' into debian
- 01:48 pm Revision 26999355: Merge branch 'hotfix-0.8.4'
- 01:00 pm Revision 09ab4ff6: Update version tag and changelog
- 12:58 pm Revision 65fe28f6: Use os-specific path seperators in up/down-load -R
- Refs: #3954
06/06/2013
- 05:33 pm Bug #3954 (Closed): Fail to recursively download folders in windows
- In windows:...
- 05:29 pm Revision b4f69041: Adjust all command specs to multicloud/singleauth
- Refs: #3934
- 02:20 pm Revision 99085b30: Make sure user and history commands work fine
- Refs: #3934
- 01:32 pm Revision 844a6bdb: Adjust config cli commands to serve remotes
- Refs: #3934
config set remote.smth.option value
inserts option=value in remote smth
config get remote.smth
lists...
06/05/2013
- 07:00 pm Revision 362adf50: Decide a cloud term, use it if no cloud.url
- Refs: #3934
- 03:43 pm Revision ce9ccb40: Implement remotes support in Config and cli init
- Refs: #3934
In Config:
Simplify guess_version heuristics (check if the following exist:
global.url/token, remot... - 12:42 pm Revision a92c8f67: Bump debian version to 0.8.3-1wheezy
06/04/2013
- 06:44 pm Revision 14b9a185: Plan Config changes (rescue_old_file, translates)
- Refs: #3934
rescue_old_file: mines info from old config file to use them in new file
translates:
remote "smth" -->... - 06:11 pm Revision 5482bc0a: Implement Config.guess_version for config files
- 06:11 pm Revision 3f0eae61: Implement the Config.guess_version method
- 02:03 pm Revision 201baa17: A. Hardcode the new kamaki config file
- Refs: #3934
Breaks compatibility, implements a remotes-based config file - 01:58 pm Support #3806 (Closed): Cut-off compatibility with old forms of command groups and config files
- 01:54 pm Feature #3735 (Closed): Limit container info requests to one per upload session
- 01:54 pm Feature #3715 (Closed): Enable or disable loggers
- 01:53 pm Feature #3668 (Closed): Better organization for logging
- 01:53 pm Feature #3934 (Closed): Design and support a new config file structure and address compatibility ...
- h1. New config file structure...
- 01:07 pm Revision 3d0a9a90: Bump ubuntu version to 0.8.3-0ubuntu1
- 01:04 pm Revision 3b208818: Merge branch 'master' into ubuntu
- 12:34 pm Revision d4dff7c9: Update changelog to reflect combatibility issues
- 12:33 pm Revision 92101413: Backwards compatibility for configuraiton file
- Compatible with kamaki config files v2
user.url, file.url, compute.url and image.url
are now valid and of higher pri... - 12:30 pm Revision f5c28bfa: Backwards compatibility for configuraiton file
- Compatible with kamaki config files v2
user.url, file.url, compute.url and image.url
are now valid and of higher pri...
06/03/2013
- 07:51 pm Revision 55800b40: Merge branch 'feature-endpoints' into develop
- 05:30 pm Revision 7aa1e734: Fix typos in default and expected values
- 05:29 pm Revision 9d8737a2: Fix typos in default and expected values
- 05:19 pm Revision 819311d3: Handle url proccessing even if url is unicode
- Also, fix typos and default values for service configurations
- 05:18 pm Revision 8c54338a: Handle url proccessing even if url is unicode
- Also, fix typos and default values for service configurations
- 04:49 pm Revision 51081e51: Fix typo in astakos client: version_id-->versionId
- 04:49 pm Revision e7884f25: Fix typo in astakos client: version_id-->versionId
- 04:08 pm Revision dc6f8e81: Adjust cached auth info reading to recent changes
- 04:08 pm Revision 58979175: Fix typos in user command flow
- 04:06 pm Revision 3950a864: Adjust cached auth info reading to recent changes
- 03:21 pm Revision 3b4bde9f: Bump version to 0.9~rc2-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 03:20 pm Revision 2b911922: Merge branch 'release-0.9' into debian-release-0.9
- 03:15 pm Revision 5e1016d7: Merge branch 'feature-endpoints' into develop
- 03:15 pm Revision b5842eac: Fix typos in user command flow
- 03:14 pm Revision 82e32e50: Fix typos in user command flow
- 02:58 pm Revision 91c28ade: Update changelog to reflect recent changes
- 02:57 pm Revision 1cc8c7ed: Merge branch 'feature-endpoints' into develop
- 02:44 pm Feature #3874: Ask astakos for service endpoints
- Recent changes:
*Rename*: the single authenticatil URL used to automatically discover all service endpoints is now... - 02:40 pm Revision 3c346c91: Apply servce.url options to cross-sercice calls
- Refs: #3874
Let cross-service initializations to use explicit service endpoint urls if
there is no single authentica... - 02:37 pm Revision ef00bc31: Apply servce.url options to cross-sercice calls
- Refs: #3874
Let cross-service initializations to use explicit service endpoint urls if
there is no single authentica... - 02:28 pm Revision fe440ebd: Update Changelog for rolling back to <service>.url
- 02:26 pm Revision 54b6be76: Use explicitely set services urls if no auth_url
- Refs: #3874
In current configuration, kamaki checks for auth_url. If that fails,
it raises an error. If it is not se... - 02:22 pm Revision 8cec3671: Use explicitely set services urls if no auth_url
- Refs: #3874
In current configuration, kamaki checks for auth_url. If that fails,
it raises an error. If it is not se... - 01:03 pm Revision 57ad91df: Update changelog
- 01:02 pm Revision a4170d41: Implement --cloud arg to switch between clouds
- Refs: #3913
Config file can (optionaly) contain:
[remotes]
example = https://www.example.org/astakos/identity/v2.0... - 01:01 pm Revision a9ffcdb5: Update changelog
- 12:58 pm Revision cb4a5d9c: Implement --cloud arg to switch between clouds
- Refs: #3913
Config file can (optionaly) contain:
[remotes]
example = https://www.example.org/astakos/identity/v2.0... - 12:15 pm Feature #3913 (Closed): Add multiple remotes and switch between them
- ...
05/31/2013
- 05:56 pm Revision 74d443db: Merge branch 'develop' into feature-endpoints
- 05:55 pm Revision 8440b163: Fix pep8 warning
- 05:44 pm Revision 14bc5e39: Setup the new rc2 version with last minute feats
- New features are needed, otherwise kamaki will not function with synnefo>=0.14
Compatibility with synnefo>=0.14 is th... - 05:44 pm Revision ef44e9a3: Merge commit 'f724cd3526fdcc2aba7df02474933eacad63895b' into release-0.9
- 05:42 pm Revision 31e55d4d: Merge commit '05e144e2418121079f9ade6554995c56c82724a4' into release-0.9
- 05:37 pm Revision f724cd35: Get endpoint urls for all CLI operations
- Refs: #3874
Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get
user information and, most im... - 01:29 pm Revision 05e144e2: Create config file version 3
- Refs: #3874
Minimum config file:
[global]
token = <user token>
Changes:
- Only one field "cli" for user command sp... - 10:58 am Revision 6fdb3576: Merge commit '528550d929d5d30009016ae23b2a948d13fe8eb3' into develop
- Conflicts:
Changelog
version
05/30/2013
- 04:44 pm Feature #3874 (Resolved): Ask astakos for service endpoints
- 04:35 pm Revision 528550d9: Enrich/rename astakos client calls with endpoints
- Refs: #3874
Kamaki.clients.astakos.AstakosClient is now a high-level client lib that
offers access to token-authenti...
05/29/2013
- 06:25 pm Feature #3874: Ask astakos for service endpoints
- Two types of authentication: username/password and token
Response format:
{'serviceCatalog': [
{'endpoints... - 06:19 pm Feature #3874 (Closed): Ask astakos for service endpoints
- Use /astakos/api/tokens call to get service endpoints
Service endpoints will be used instead of the <service>.url ... - 06:01 pm Revision 59794110: Merge branch 'feature-osv2-compatibility' into release-0.9
- 06:00 pm Revision 8fc64597: Merge branch 'release-0.9' into feature-osv2-compatibility
- 05:43 pm Feature #3862 (Resolved): Implement Floating ip client calls in compute/cyclades
- 05:41 pm Revision 03033b54: Impleent floating ip methods @compute/cyclades
- Refs: #3862
New methods introduced and unit-tested:
ComputeRestClient: floating_ip_pools_get, floating_ips_get/post... - 03:29 pm Feature #3867 (Closed): Optional wait flag on server modificaiton commands
- Commands affected: server-create, server-delete, server-start, server-reboot, server-shutdown
Usage:
... - 02:25 pm Revision 77d1b504: Implement floating_ip(s)post/get/delete rest calls
- Refs: #3862
- 01:28 pm Revision 0e8a561c: Merge branch 'develop' into feature-floating-ips
- 01:28 pm Revision ed46d009: Initialize version 0.10
- 01:25 pm Revision 0a62912d: Implement floating_ip_pools_get @compute/cyclades
- Refs: #3862
- 01:21 pm Feature #3862 (Closed): Implement Floating ip client calls in compute/cyclades
- Add the following rest calls to cyclades rest api:
* floating_ip_pools_get GET /os-floating-ip-pools
* floa... - 10:55 am Revision 1ace29b9: Remove undesired logging in non-verbose mode
05/28/2013
- 06:03 pm Revision 09b2b38e: Differenciate cli logger from astakosclient logger
- 05:50 pm Revision e1c18867: Wip snf-astakos, try-import it by default
- 12:23 pm Revision 0c087a02: Bump version to 0.9~rc1-1
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 12:22 pm Revision 34faeddc: Merge branch 'release-0.9' into debian-release-0.9
- 12:19 pm Revision 53360686: Update manpages
- 11:54 am Revision 0936d3ca: Merge remote branch 'origin/develop' into debian-develop
- 11:48 am Revision 313f3f81: Initialize kamaki v0.9rc1
- 11:45 am Revision 7983398f: Merge branch 'feature-expose-astakosclient' into develop
- 11:45 am Revision 6f04d079: Merge branch 'feature-osv2-compatibility' into develop
05/27/2013
- 05:38 pm Support #3832 (Closed): Adjust cyclades and astakos calls to synnefo 0.14 specs and url schemes
- kamaki 0.9 will break compatibility with synnefo < 0.14 because
- synnefo 0.14 ReST APIs breaks compatibility with s... - 05:11 pm Revision f27657f7: Update Changelog for latest astakosclient cli
- 05:07 pm Revision 683335b1: Expose some basix astakosclient methods to cli
- Methods exposed:
get_user_info as authenticate
get_uuid[s] as uuid
get_username[s] as username
get_quotas as quotas
... - 03:37 pm Revision 4abb3f7e: Update log about astakos authenticate adjustment
- 03:35 pm Revision b79ae40b: Adjust astakos authenticate to snf-0.14 url sheme
- 03:23 pm Revision 97fc1e06: Setup a snf-astakos command set
05/24/2013
- 05:41 pm Support #3806 (Resolved): Cut-off compatibility with old forms of command groups and config files
- 05:40 pm Revision f0415090: Update config file version tag
- 05:24 pm Revision 137c51f5: Fix typo in kamak.cli.logger import
- 05:05 pm Feature #3633 (Resolved): Adjust Cyclades clients and corresponding commands to server modificati...
- 04:47 pm Revision bcef3ac9: Rename meta-->metadata and remove values @CLI
- Refs: #3633
- 10:53 am Support #3806 (Closed): Cut-off compatibility with old forms of command groups and config files
- store and astakos are predecessors of file and user command groups respectively
Do not recognise old forms of thes...
05/23/2013
- 06:42 pm Revision fab9b17f: Rename meta-->metadata and remove values @lib
- - Meta-->metadata in some cases, according to the expected cyclades API
- remove values level from requests and respo... - 06:18 pm Feature #3778: Introduce easy-to-set image location arguments for image register
- Take this change back and pospone it for a later version
- 05:46 pm Revision 13c02904: Fix expected "public" header params in tests
- 05:29 pm Feature #3797 (Resolved): Enrich image register meta record format
- Apply the mechanism for image meta properties to all image metadata and rename accordingly:
--metafile=<local math... - 05:27 pm Revision fb3998bd: Merge branch 'feature-image-meta-record-format' into develop
- 05:25 pm Revision aa82dd5a: Add metadata management to image register
- - validate image metadata format
- read metadata from file
- merge file-loaded metadata with runtimes
- store metadat... - 02:01 pm Revision 17b255c7: Use _format_image_headers: image_register,get_meta
- - Ensure uniform image meta output
- Easy to apply the correct meta format
Refs: #3797 - 01:12 pm Feature #3797 (Closed): Enrich image register meta record format
- Meta record format:...
05/22/2013
- 06:25 pm Revision 4e424eaa: Restore thread-wait for append
- 06:15 pm Revision e4ff4453: Fix typo (permition --> permission)
- 06:06 pm Bug #3737 (Closed): file copy/move lost previously supported feature of reviving a deleted file b...
- 06:06 pm Bug #3780 (Closed): set permissions to a public object results to a non public object
- 06:05 pm Revision 117ca598: Merge branch 'feature-json-output' into develop
- Conflicts:
Changelog
kamaki/cli/commands/image.py
Also, take care of pep8 issues - 06:01 pm Revision d9301a7a: Fix typo in pithos upload output
- 05:58 pm Feature #3730 (Closed): List a detailed list of uploaded object after file upload
- 05:58 pm Feature #3656 (Closed): Make upload_object return etag data
- 05:57 pm Feature #3730: List a detailed list of uploaded object after file upload
- Use the --with-output or -j instead of -l
- 05:51 pm Feature #3739 (Closed): Make enumeration optional in listings
- 05:50 pm Feature #3756 (Closed): Add optional output to kamaki calls that create stuff
- 05:49 pm Feature #3732 (Closed): Give the option of a json-formated output
- 05:48 pm Revision 3ec5c230: Wait threads to finish in pithos append_object
- 05:26 pm Revision 545c6c29: Implement an optional json output 4 outputing cmds
- Refs: #3732
- 01:49 pm Feature #3732: Give the option of a json-formated output
- Stavros Sachtouris wrote:
> While implementing this feature, some minor bugs and unnecessary differences between sim... - 01:44 pm Feature #3732: Give the option of a json-formated output
- While implementing this feature, some minor bugs and unnessecary differences between similar commands were also fixed
- 01:42 pm Revision 6dfd55cb: Add json/optional output to astakos cmds
- Refs: #3732
- 01:38 pm Revision 1b73b4c1: Add json/optional responses to flavor/network cmds
- Refs: #3732
- 01:07 pm Revision cd295a1d: Add json/optional outputs to server commands
- Refs: #3732
Also available in: Atom