- 20 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4339
-
- 12 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4292
-
- 11 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4292
-
- 09 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4279
-
- 26 Aug, 2013 6 commits
-
-
Stavros Sachtouris authored
Refs: #4228
-
Stavros Sachtouris authored
Refs: #4220, #4228
-
Stavros Sachtouris authored
Refs: #4220
-
Stavros Sachtouris authored
Refs: #4220
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #4228
-
- 23 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4220 New filters: name[-like/-suffix/-prefix], flavor_id, image_id, metadata[-like]
-
- 06 Aug, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 22 Jul, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #4153
-
Stavros Sachtouris authored
Refs: 4153
-
- 26 Jun, 2013 3 commits
-
-
Stavros Sachtouris authored
Refs: 3867
-
Stavros Sachtouris authored
Refs: #3867
-
Stavros Sachtouris authored
Refs: #3867 Commands affected: server_create/start/shutdown/reboot Also, the wait functionality is now encapsulated in a _server_wait class The server_wait command is just an implementation of this class.
-
- 21 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
New commands: floatingip list/create/delete/info/pools server ip attach/detach Also, renamed the assoc/disassoc floating ip clients methods to attach/detach_floating_ip
-
- 19 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 18 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 12 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3934
-
- 10 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 07 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs:#3934
-
- 06 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3934
-
- 04 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Compatible with kamaki config files v2 user.url, file.url, compute.url and image.url are now valid and of higher priority to astakos.url, pithos.url, cyclades.url, plankton.url which are also valid All these are ignored iff [global].auth_url is given
-
- 03 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3874 In current configuration, kamaki checks for auth_url. If that fails, it raises an error. If it is not set, it prints a warning and attempts to read the <service>.url option from the configuration file. Service urls: astakos.url, pithos.url, cyclades.url, plankton.url
-
- 31 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3874 Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get user information and, most importantly, endpoints. Allow users to authenticate multiple tokens on the same session. In every session there must be at most one authentication per user/token. Major change: top kamaki.cli.commands class now contains a base_auth field with the cached authenticating client. All urls are drained from this field.
-
- 24 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3633
-
- 22 May, 2013 3 commits
-
-
Stavros Sachtouris authored
Refs: #3732
-
Stavros Sachtouris authored
Refs: #3732
-
Stavros Sachtouris authored
Refs: #3732
-
- 15 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3739
-
- 15 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
Default type is MAX_FILTERED Support #3514
-
Stavros Sachtouris authored
<GRNET name>/<OS name> API <actuall api> commands e.g. Cyclades/Compute API server commands or Pithos+/Storage API commands Commands file names are named after the API they implement, not the command interface. It cyclades, astakos, pithos, etc. instead of server, user, file, although the command names they expose are "server *", "user *", "file *", etc. Cyclades is a pretty good example: it exposes a set of commands with different prefixes (server, network, flavor) and they all use the cyclades client.
-
- 12 Apr, 2013 3 commits
-
-
Stavros Sachtouris authored
Documentation updates: reflect the changes in command groups astakos --> user, store --> file File renaming: remove the _cli suffix from modules in kamaki.cli.commands Feature #3566
-
Stavros Sachtouris authored
The client is still called 'astakos', but the command group is now 'user' Feature #3566
-
Stavros Sachtouris authored
Kamaki logger module is now available to both cli and clients packages Users may set the log_file option in configuration file kamaki config set log_file ... Support #3441
-
- 11 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
This is implemented as a configuration option in cli Developers may set it as kamaki.clients.Client.MAX_THREADS = <limit> Adjust documentation acoordingly Feature #3546
-