- 30 Oct, 2015 1 commit
-
-
Stavros Sachtouris authored
-
- 29 Oct, 2015 1 commit
-
-
Stavros Sachtouris authored
Some commands carry "--wait" options with their respective help messages. Some of the messages were referring to the wrong commands and this is now fixed.
-
- 02 Mar, 2015 1 commit
-
-
Stavros Sachtouris authored
Fixes grnet/kamaki#101 The "create_subnet" library method is modified to accept empty iterables as gateway values. The "kamaki subnet create" CLI command is enhanced with a new argument "--no-gateway".
-
- 04 Feb, 2015 3 commits
-
-
Stavros Sachtouris authored
Fixes grnet/kamaki#78
-
Stavros Sachtouris authored
Refs grnet/kamaki#46 Retain backwards compatibility by keeping the "wait_port" method. Implement a new method "get_port_status" to retrieve current status. Keep the "--status" argument in "port wait" command for backwards compatibility.
-
Stavros Sachtouris authored
Refs grnet/kamaki#46
-
- 16 Oct, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes grnet/kamaki#56 The bug is limited in "kamaki create network"
-
- 16 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes #21
-
- 13 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs #21
-
- 05 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes #24
-
- 21 May, 2014 13 commits
-
-
Stavros Sachtouris authored
Refs #9 Renamed: kamaki.cli.cmds._optional_json: _print --> print_ kamaki.cli.cmds.cyclades.Wait: _wait --> wait kamaki.cli.cmds.cyclades.ServerWait: _wait --> wait kamaki.cli.cmds.image: _load_image_meta --> load_image_meta kamak.cli.cmds.network: _wait --> wait kamaki.cli.cmds.pithos.PithosAccount: _is_dir --> obj_is_dir _resolve_pithos_url --> resolve_pithos_url Removed: kamaki.cli.cmds.pithos.PithosAccount: _validate_image_meta, _validate_image_location
-
Stavros Sachtouris authored
DontRaire[KeyErrors/UnicodeErrors/etc] --> dont_raise(error type) addLogSettings --> client_log dataModification --> fall_back
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
The underscore is removed because it is a global variable used outside of the modules it is declared. The new name is a precise description of what this variable is used for.
-
Stavros Sachtouris authored
Names are changed for uniformity. Backwards compatibility is kept, (old names are not dismissed) Renames: CycladesRestClient --> CycladesComputeRestClient CycladesClient --> CycladesComputeClient Users can still import and user CycladesRestClient and CycladesClient
-
Stavros Sachtouris authored
Renames: _init_network --> _NetworkInit _port_wait --> _PortWait
-
Stavros Sachtouris authored
Renames: generic --> Generic user --> Astakos history --> History cyclades --> Cyclades image --> Image pithos --> Pithos Rational: each command specification can feature a class of error handling methods, which can be shared with other specs, if the later need to borrow the same behavior Also, new names conform with pep8 suggestions for class names
-
Stavros Sachtouris authored
Move and rename: kamaki.cli.cmds.cyclades._service_wait --> kamaki.cli.cmds.Wait The class is now accessible to all commands, therefore it is not an internal class for cyclades module. The name of the class changed to conform with pep8 suggestions for classes
-
Stavros Sachtouris authored
Both classes are located in kamaki.cli.cmds
-
Stavros Sachtouris authored
New class is called "OptionalOutput" Old and new classes were/are located at kamaki.cli.cmds
-
Stavros Sachtouris authored
Class is located at kamaki.cli.cmds
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 31 Mar, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #2
-
- 17 Mar, 2014 2 commits
-
-
Stavros Sachtouris authored
Notable changes: in CLI, --project --> --project-id in clients, create_floating_ip overwrites OS/network method
-
Giorgos Korfiatis authored
Add optional argument --project in create subcommands; add subcommand "reassign" for "server", "network" and "ip" commands.
-
- 20 Feb, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5104
-
- 06 Feb, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5031
-
- 09 Jan, 2014 2 commits
-
-
Dionysis Grigoropoulos authored
Better handling of the way we print a string in network list
-
Dionysis Grigoropoulos authored
-
- 08 Jan, 2014 2 commits
-
-
Dionysis Grigoropoulos authored
Better handling of the way we print a string in network list
-
Dionysis Grigoropoulos authored
-
- 07 Jan, 2014 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 20 Dec, 2013 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
From now on, --no-network produces a "networks=[]" part, while the absense of network-related arguments makes produces a request without "networks" attributes.
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
From now on, --no-network produces a "networks=[]" part, while the absense of network-related arguments makes produces a request without "networks" attributes.
-