summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|\ \
| * | Clean up args and help strings in server commandsDean Troyer2013-03-061-9/+9
| | | | | | | | | | | | | | | | | | | | | Help string corrections and align args with wiki at https://wiki.openstack.org/wiki/UnifiedCLI/Mapping#server Change-Id: Ifd6f587d383534142003277e64532f77ecb37106
* | | Merge "Change create flavor to use default arguments"Jenkins2013-03-081-22/+26
|\ \ \ | |_|/ |/| |
| * | Change create flavor to use default argumentsDean Troyer2013-03-061-22/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the arguments required by the create flavor API can have reasonable defaults and therefore can be made optional in the CLI. This brings create flavor in line with the documented args in the wiki at https://wiki.openstack.org/wiki/UnifiedCLI/Mapping#flavor Change-Id: Iecb3baf72f9dc3981742ff7989780894e37921c9
* | | Add metadata support for volume typeSteve Martinelli2013-03-051-0/+67
| |/ |/| | | | | | | | | | | rebase added set and unset metadata Change-Id: I8d969e1de305975d7c71a0bad3a62b15f423c3e0
* | Merge "Added compute service support."Jenkins2013-03-051-0/+111
|\ \
| * | Added compute service support.Josh Kearney2013-03-051-0/+111
| |/ | | | | | | Change-Id: I548e35396534b5498f31a45c752984f6d33357c3
* | Add quota v1 support for volumeSteve Martinelli2013-03-041-0/+113
|/ | | | | | | | added dhellmann's suggestions created entry points in setup.py added show/set/list quotas for v1 volume Change-Id: I8ed6a9518007b31cafeaa70a54d5bf54a549195b
* Merge "Added compute flavor support."Jenkins2013-03-011-0/+186
|\
| * Added compute flavor support.Josh Kearney2013-02-281-0/+186
| | | | | | | | Change-Id: Idb1eb2f838074ce5fb3d4aa7b72fd747ac6915c7
* | Remove underscore.Josh Kearney2013-02-251-1/+1
|/ | | | Change-Id: Iaf2791b96e81d6a0d4846adb3128e4dff61faf30
* Merge "Added compute agent support."Jenkins2013-02-221-0/+168
|\
| * Added compute agent support.Josh Kearney2013-02-201-0/+168
| | | | | | | | Change-Id: I818a2ea51a773f50da385cbdd71771a4ac923bd7
* | Correct the version mapping to image service.Josh Kearney2013-02-192-3/+3
|/ | | | | | This was preventing image support from being activated. Change-Id: I1b7ab9174b90c55423b244ca63402d33b4411a49
* Add Cinder API V1 SupportSteve Martinelli2013-02-086-0/+178
| | | | | | | | | | | | | made the changes suggested by dtroyer added client modified setup.py entry points updated pip required added support for create/delete/list volume types openstack list type openstack create type typeName openstack delete type typeNameOrId Change-Id: I43655de151582e37f14dc9550151a66db7a009ab
* Multiple API version supportDean Troyer2013-02-064-11/+354
| | | | | | | | | | | | | | | | * Use multiple entry point groups to represent each API+version combination supported * Add some tests Try it out: * Right now only '* user' commands have multiple overlapping versions; you can see the selection between v2.0 and v3 by looking at the command help output for 'tenant' vs 'project': os --os-identity-api-version=2.0 help set user os --os-identity-api-version=3 help set user Change-Id: I7114fd246843df0243d354a7cce697810bb7de62
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-3117-490/+298
| | | | | | | | Made all the necessary changes to pass new PEP8 standards. Also cleaned up docstrings to conform to the HACKING stanards. Change-Id: Ib8df3030da7a7885655689ab5da0717748c9edbe
* Copy cfg and iniparser from oslo-incubatorDean Troyer2013-01-302-0/+1861
| | | | | | | https://review.openstack.org/20753 introduced tools/install_venv_common.py but not it's dependencies openstack.common.{cfg,iniparser} Change-Id: I270a1d8f6fd8f93988a5e2ccbc446adda0a6cd81
* Use install_venv_common.py from oslo.Josh Kearney2013-01-291-3/+17
| | | | | | | This syncs install_venv_common.py from oslo and reworks the tools/install_venv.py script to use the new library. Change-Id: I3426a7f51b0018e074cc6f4b1d70b38e52464a38
* Merge "Use the cliff framework's ShowOne as intended for `show image`."Jenkins2013-01-281-18/+15
|\