summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Move tests into project package.Monty Taylor2013-06-3014-0/+832
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are several reasons for this. One is that the majority of OpenStack packages behave this way. The second is that it makes writing software that extends something easier to test (which is a clear usecase for openstackclient) And third, tests/__init__.py implies a global package named "tests" - which I'm pretty sure we're not providing. Change-Id: Ic708ffd92aea78c2ffc1a8579af0587af4fca4ff
* | | | Merge "Remove python3 incompatible exception syntax."Jenkins2013-07-021-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Remove python3 incompatible exception syntax.Monty Taylor2013-06-301-2/+2
| |/ | | | | | | Change-Id: I5f0687a83362ceebf03bae4a0a5b109aad7e5200
* | Add OAuth support for Identity V3Steve Martinelli2013-06-261-0/+264
|/ | | | | | | | | | | | Added client side support for: * consumer CRUD * create request token * create access token * authroize request token blueprint: delegated-auth-via-oauth Change-Id: I8d325fcab07ac4dfd124a6e55053ded8d6bf662e
* Add volume backup commandsHugh Saunders2013-06-031-0/+171
| | | | | Change-Id: Iedccd329ff6fb3155eb29649cd0bc84cfc5ebedf Implements: blueprint volume-backup
* Merge "Tweak volume commands and add k=v argparse action"Jenkins2013-05-303-58/+119
|\
| * Tweak volume commands and add k=v argparse actionDean Troyer2013-05-243-58/+119
| | | | | | | | | | | | | | | | | | | | | | Basic cleanups: * change metadata to property * add new KeyValueAction to parse the property options * multiple properties can be set using multiple --property args * consistent formatting * do lookups for volume args Change-Id: Ib6c43f01ad46b395aee8c61e886f42e2a5f5573e
* | Merge "Add domain and description to user for v3 identity"Jenkins2013-05-281-4/+41
|\ \ | |/ |/|
| * Add domain and description to user for v3 identitySteve Martinelli2013-05-171-4/+41
| | | | | | | | | | | | | | * splitting the changes seen in 27142 to a few new patches * this one will just update v3 user to have description and domain Change-Id: I9b4c365703da27e26ddc702f37cf5928e19cebdc
* | Migrate to pbr.Monty Taylor2013-05-161-335/+0
| | | | | | | | | | | | Fixes bug 1179007 Change-Id: Ief74b121dcad28bb1c2b6044ef72e0cbd51e8f65
* | Migrate to flake8.Monty Taylor2013-05-161-2/+2
|/ | | | | | Fixes bug 1172444 Change-Id: Ieca721663aea2fd31753df4abfb5b01a7145b26a
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-1411-19/+27
| | | | Change-Id: Ifdc4322b699f2bd91a6900e55695acd3d736568e
* Rename all instances of 'metadata' to 'property'.Josh Kearney2013-05-073-11/+11
| | | | Change-Id: I454cbe685dc5afa0a09ecc976a90d6eb6bc57d14
* Add console commandsDean Troyer2013-04-251-0/+123
| | | | | | | | | | Adds: * console-log * console-url Part of blueprint nova-client Change-Id: Ibea7f96382283770988d05379d41a148f8cd8c4f
* Merge "Add compute keypair commands"Jenkins2013-04-251-0/+160
|\
| * Add compute keypair commandsDean Troyer2013-04-121-0/+160
| | | | | | | | | | | | | | | | Add create, delete, list, show keypair commands Part of blueprint nova-client Change-Id: Ieba00d3b3e3a326f875c01ac2a2b9bbd036cd7c9
* | Merge "Add fixed-ip and floating-ip commands"Jenkins2013-04-254-1/+298
|\ \
| * | Add fixed-ip and floating-ip commandsDean Troyer2013-04-144-1/+298
| |/ | | | | | | | | | | | | | | | | | | | | | | Adds: * fixed-ip commands: add, remove * floating-ip commands: add, create, delete, list, remove * floating-ip-poo command: list Also uses NAME_ATTR in the Resource class if present to determine the attribute to be used for searching in utils.find_resource() Change-Id: Ifd8fa60f880fc4050dea182ac24553cc2c4bff15
* | Merge "Adds image `create` and `delete` functionality."Jenkins2013-04-254-2/+193
|\ \
| * | Adds image `create` and `delete` functionality.Josh Kearney2013-04-234-2/+193
| |/ | | | | | | | | | | | | | | | | We use the V1 API for `create` since it does not yet exist in the V2 API in glanceclient. For blueprint glance-client. Change-Id: Ifa819c14f6a013f4530d16247a671e5a1c740a28
* | metadata is one wordDean Troyer2013-04-081-2/+2
|/ | | | Change-Id: I2baff95c9b6dcc95edf5d5da74814ff37883cd2b
* Merge "Add metadata support for volume"Jenkins2013-04-021-7/+81
|\
| * Add metadata support for volumeSteve Martinelli2013-03-221-7/+81
| | | | | | | | | | | | | | | | | | | | | | | | Now able to pass metadata to the create method, as well as update it with set, and remove it with unset. I'm currently passing it as an optional param like the following: --meta-data=key1=value1 which seems weird, what about --meta-data=key1:value1 I'd have to update type too if that is the case. Change-Id: I0fc8398768da015c1f53c5c564c68a2cfb53e778
* | Merge "Add policy to identity v3"Jenkins2013-04-021-0/+186
|\ \
| * | Add policy to identity v3Steve Martinelli2013-03-261-0/+186
| |/ | | | | | | | | | | | | use file for data blobs add create/set/delete/show/list policy for v3 Change-Id: I5f68ef89dfb2241ea1aca00736ee6df5f6f03a9b
* | Merge "Add a simple extension hook"Jenkins2013-03-271-1/+13
|\ \ | |/ |/|
| * Add a simple extension hookDean Troyer2013-03-151-1/+13
| | | | | | | | | | | | | | | | | | | | | | This enables stand-alone modules to hook in to the command-line handler in a dedicated API namespace. These extensions have access to the existing clients via the client manager but no way to add another client to the manager is provided.. blueprint client-extensions Change-Id: I4b2eaa780d8ba881db23d950d09b8702e9e314ef
* | Add extra-specs support for volume-typeSteve Martinelli2013-03-211-40/+65
| | | | | | | | | | | | | | | | | | | | | | changed to volume-type changed command to --long, added a formatter for key=value Just noticed there is an option in cinder for a command called extra-specs-list, only relates to volume-types, to list the meta-data key/value pair. Added that functionality. Also made minor changes so delete/set/unset can be called by name. Change-Id: If534ccd1d8a3abc6d235c60ec9a964b88e3fa66d
* | Add endpoint v3 functionalitySteve Martinelli2013-03-191-0/+247
| | | | | | | | | | | | | | | | | | simple rebase integrated dolphm and dtroyer comments Added create,list,delete,set,show endpoints modified setup.py Change-Id: Id6153db16db44130beb3b44a8e3e2f72e9a01e5f
* | Add service v3 support for identitySteve Martinelli2013-03-191-0/+186
| | | | | | | | | | | | | | | | | | simple rebase rewrite help for create, remove choices Added create/delete/list/show/set for service Modified setup.py Change-Id: I5ced0e214cc2f7fc70493c66b4381040ce8122fe
* | Add functionality for add-role commandsSteve Martinelli2013-03-151-0/+81
| | | | | | | | | | | | | | | | | | keep the functions sorted Please review carefully as I intend to mimic this logic with list and remove, I'm open to suggestions about handling thigs differently Change-Id: Ia6359134c44447f3b758870c4dc306ec1f970852
* | Merge "Removed unused imports."Jenkins2013-03-154-4/+0
|\ \
| * | Removed unused imports.Josh Kearney2013-03-154-4/+0
| | | | | | | | | | | | Change-Id: Ib1bae16f996559c008fb1fe0b74f26b152854ea8
* | | Merge "Add role v3 support to identity in openstack client"Jenkins2013-03-151-0/+144
|\ \ \
| * | | Add role v3 support to identity in openstack clientSteve Martinelli2013-03-121-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added create/delete/set/list/show support for roles Broken up to make reviewing easier. Will add more functionality (add/remove) later Change-Id: I95bddd27d8d9d251ad2fd60c3e3ee1e2cbcd7d4b
* | | | Merge "Add snapshot support for v1 volume"Jenkins2013-03-152-0/+188
|\ \ \ \ | |_|/ / |/| | |
| * | | Add snapshot support for v1 volumeSteve Martinelli2013-03-082-0/+188
| | |/ | |/| | | | | | | | | | | | | | | | | | | rebase again, and change util to look for display_name too minor changes and rebase add create/delete/list/set/show support for snapshot Change-Id: I80261653fa919555a44ddda07b0a827ccd16e5e0
* | | Merge "Add optional arguments to volume list command"Jenkins2013-03-151-2/+32
|\ \ \ | |_|/ |/| |
| * | Add optional arguments to volume list commandSteve Martinelli2013-03-111-2/+32
| | | | | | | | | | | | | | | | | | Added --name, --all-tenants, and --status as search params Change-Id: Ibaa2a7f6862c2ff7dbe24f6bea971db3e70bc120
* | | Added compute hypervisor support.Josh Kearney2013-03-111-0/+84
| | | | | | | | | | | | Change-Id: Ib8109550b06d152773394a1d15f6202b9f9b029c
* | | Merge "Turn down requests logging level"Jenkins2013-03-111-0/+7
|\ \ \ | |/ / |/| |
| * | Turn down requests logging levelDean Troyer2013-03-091-0/+7
| | | | | | | | | | | | | | | | | | | | | Looks like the default is INFO, we don't need to see that unless --debug is specified. Change-Id: Ieee5d4dc5102f11536ecc6330461f86101811f9e
* | | Add force-delete option for volumesSteve Martinelli2013-03-091-2/+12
|/ / | | | | | | | | | | | | | | | | Again, looking thorouhgly through cinders commands, i noticed an force-delete command, which was for volumes only. Decided it would work best as an optional argument for the regular delete case Change-Id: I9de6040ea0ad71c2a9c8edc7be18779d39e7ede0
* | Merge "add domain, credential to identity v3 api"Jenkins2013-03-082-0/+392
|\ \
| * | add domain, credential to identity v3 apiSteve Martinelli2013-03-082-0/+392
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved policy.py to it's own patch minor changes based on comments reworked it now that the domain specs have changed added credential - create, delete, update, show, list added domain - create, delete, update, show, list update setup.py entry points Change-Id: I6bbbb8fdfbc3e76ba75374e9579eb92c96c928fe
* | | Merge "Add compute hosts support."Jenkins2013-03-081-0/+83
|\ \ \ | |_|/ |/| |
| * | Add compute hosts support.Josh Kearney2013-03-061-0/+83
| | | | | | | | | | | | Change-Id: I51c443512a82729564b76e6f835195ff193232d2
* | | Merge "Add volume support for openstack client"Jenkins2013-03-081-0/+216
|\ \ \ | |_|/ |/| |
| * | Add volume support for openstack clientSteve Martinelli2013-03-071-0/+216
| |/ | | | | | | | | | | | | | | | | fix with dtroyer's comments rebase fix with dhellmann's comments create/list/delete/show/set for volume commands Change-Id: Id8236685d815dbf73873bab2363d82274a9aa556
* | Merge "Clean up args and help strings in server commands"Jenkins2013-03-081-9/+9
|\ \