Use the correct networking client
Implement network create
Refs: #4563
Implement network info
Add filters in network list
Fix typo in dict creation in network list
Create networking-related commands + network list
networking related commands: netwokri, port, subnetthis affects the cyclades-related networks, which are not exposed (for now)
Complete clients.networkinh + unittests
Refs: #4546
Complete subnet operations + unittests
Implement create_subnet(s), update implementations
OpenStack modified the API during development, that was odd!
Implement all network calls + unittests
Implemented: list_networks, create_network, create_networks, get_network_details, update_network, delete_network
Pick "networking" as the name of the new client
Implement clients.network.NetworkClient (part)
Implemented in this commit: list_networks, create_network, unittests for both
Create unittests for network/rest_api
Implement clients.network.rest_api
Remove token from history
Refs: #4479
Astakosclient always ommits token and reveals data
Log astakosclient in kamaki style
Merge branch 'feature-require-astakosclient' into develop
Implement user session commands for kamaki
Refs: #4340
Use the already initialized astakosclient in user
Refs: #4312
Implement "get_client" in clients.astakos
Returns the synnefo-astakosclient object
Update README.update
Apply "readall" method to PithosClient local IO
Implement a readall method to retry-read from file
Complete astakosclient exposition in astakos.py
Fix buig with image meta set
Move project commands to astakos.py file
Fix bug with bool convertion in file list
Fix bug with permissions get
Implement user 1-level commands with astakosclient
Fix unittests for kamaki.clients.astakos
Refs: #4337, #4312
Fix authenticate to return endpoints (bw com.)
Cache user_catalogs requests, new methods for that
Refs: #4337
New methods: uuids2usernames, usernames2uuidsKeep post_user_catalogs for bw comp.
Dont call astakos form kamaki, use astakosclient
Refs:#4312
Require astakosclient, reveal astakos commands
Since astakosclient is required, astakos commands are not need to be hidden anymore
Check if personality mode is always in octal
Fix typo
Fix utils unit test
Create a step by step showcase kamaki.lib example
Refs: #4441
This example involves astakos, pithos, image and cyclades clientsIt also shows how to use kamaki.cli.config to get cloud informationIt attempts to create a cluster of VMs from a user-created image,...
Add some documentation for cluster management
Refs: #4429
Catch errors and notify user in a helpful manner
Move cluster handling in server create/delete
Create/expose methods for mass VM create/delete
Fix pep8 error
Remove reference to Config.get/set_global
Fix error with wrong argument in file upload
Merge branch 'feature-server-personality-enhance' into develop
Log a request before commiting it
Allow meta-keys to personality argument
Refs: #4297
Backwards compatibility is preserved (not planed to deprecate it)The following are semantically equivalent:p local-path=/local/path,remote=path=/etc/local/path,mode=-rw-r--r-p /local/path,remote=path=/etc/local/path,mode=-rw-r--r-...
Gracefuly raise 404 error in network delete
Refs: #4325
Add --output-format where applicable
Refs: #4342
It currently exists along with -j/--json for bw compatiblity.--output-format=json is equivalent to -j or --json
Add -w/--wait to server firewall set
Refs: #4298
Push ip commands to top namespace, update docs
Refs: #4422
Top level IP commands are now prefixed as ip (kamaki ip <command>)Update documentation accordingly
Add -R/--recursive when listing containers
Refs: #4301
This arument will output container contents with each container listed
Separate object/container level args, raise errors
-R/--recursive argument will be a container-level only argument,so all arguments should be separated and raise erros in case of wrong usage
Remove token from http body (can be switched on)
Refs: #4300
Add a timeout argument to cli *_wait methods
Refs: #4352
Modify progress bar behavior in cyclades wait
Progress bar is now able to "count down", be "eating" the bar instead offilling it, thus has meaning for timeoutsAll waits are time-outs, except for "server BUILD"
Make wait_* methods to behave gracefully in CLI
Refs: #4345, #4341
Adjust pithos tests to error code corrections
Update and correct kamaki.clients documentation
Fix sphinx warnings
Take care of the documentation (except developers)
Change VMs to servers in docs, fix docs scripts
Implement --type argument for server reboot
Refs: #4338
Fix wrong parameter passing to create_server
Refs: #4339
Fix --more bug in _optional_json commands
Update Changelog for config unittests
Refs: #4058
Complete unittests for kamaki.cli.config
Implement all methods up to reload
Test get/set_cloud/global
Implement tests for _cloud_name, _rescue_old_file
Unittest kamaki.cli.Config.__init__
Initialize a config package (new dir) with tests
Make authentication lazy
Authentication (a.k.a. POST /tokens) is performed only if needed, therefore asyntax query will not request for authentication.
A new method is introduced in kamaki.cli: init_chached_authenticator. Thismethod authenticated the resolved URL and TOKEN....
Fix typo in private method
Fix functional test when there are no sharers
This error apears in pithos livetest account_get, when there are no sharer accounts
Replace writelines with write+flush
Enrich pithos permission message (global sharing)
Fix typo in file_publish
Replace print methods w. respective member methods
Refs: #4292
Implement member versions of utils print methods
Fix history read unicode issue
Remove builtin.print from _commands
Remove builtin.print up to history
Add _err to commands, remove pithos print calls
Also, add the methods write, writeln and error to print something to<_commands>._out/_out/_err respectively.
builtin.print is replaced by self.writeln or self.error
Remove pithos.DelimterValue + self._out to list
Fix typo in astkoas.py imports
Create logger before help message
Fix typos
Expand stream output to pithos print methods
Add output stream to astakos print methods
Fix typo in image list printouts
Update commands to use pager when --more
Refs: #4279
Restore backwards compatibility for image register
Refs: Bug #4276
New format:
/image register Name container:path/to/image
Old format:
/image register Name pithos://user-uuid/container/path/to/image
Now, the old format is also recognized. It is planed to be depricated in a...
Merge branch 'feature-global-pager' into develop
Modify printing methods to use more stream types
Refs: #4288, #4279
Also, replace page_hold with pydoc.pager
Prepend log_settings to auth_client init