summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add OAuth support for Identity V3"Jenkins2013-07-012-0/+275
|\
| * Add OAuth support for Identity V3Steve Martinelli2013-06-262-0/+275
| | | | | | | | | | | | | | | | | | | | | | | | Added client side support for: * consumer CRUD * create request token * create access token * authroize request token blueprint: delegated-auth-via-oauth Change-Id: I8d325fcab07ac4dfd124a6e55053ded8d6bf662e
* | Merge "Fix py26 tests: assertDictEqual"Jenkins2013-06-261-1/+26
|\ \ | |/ |/|
| * Fix py26 tests: assertDictEqualDean Troyer2013-06-251-1/+26
| | | | | | | | | | | | | | assertDictEqual is not present in py26 so shim it in here stolen from python-keystoneclient/tests/test_auth_token_middleware.py Change-Id: Ifd5990a8c03d11ee93cddc2f61653255970d974c
* | Merge "Add volume backup commands"Jenkins2013-06-112-0/+177
|\ \
| * | Add volume backup commandsHugh Saunders2013-06-032-0/+177
| | | | | | | | | | | | | | | Change-Id: Iedccd329ff6fb3155eb29649cd0bc84cfc5ebedf Implements: blueprint volume-backup
* | | Remove explicit distribute depend.Monty Taylor2013-06-111-2/+0
| |/ |/| | | | | | | | | | | Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: Ic83dca8c17799335b76311d1d657adcd1dc94f01
* | python3: Introduce py33 to tox.iniChuck Short2013-06-011-1/+1
|/ | | | | | | | Introduce py33 to tox.ini to make testing with python3 easier. Change-Id: I7a775ac51e0bc0a5929184af47d51ea1cc4e3219 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Merge "Tweak volume commands and add k=v argparse action"Jenkins2013-05-304-58/+223
|\
| * Tweak volume commands and add k=v argparse actionDean Troyer2013-05-244-58/+223
| | | | | | | | | | | | | | | | | | | | | | 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
* | Rename requires files to standard names.Zhenguo Niu2013-05-294-4/+4
| | | | | | | | | | | | | | | | | | Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Change-Id: I903213fda94a833335abaa7ad9a90bbb688ec15a Fixes: bug #1179008
* | Merge "Fix identity v2.0 entry point"Jenkins2013-05-281-1/+1
|\ \
| * | Fix identity v2.0 entry pointDean Troyer2013-05-241-1/+1
| |/ | | | | | | Change-Id: Ifae91a612fcd8b66660b93f6ea81d37e0f1bce1d
* | 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-167-611/+221
| | | | | | | | | | | | Fixes bug 1179007 Change-Id: Ief74b121dcad28bb1c2b6044ef72e0cbd51e8f65
* | Migrate to flake8.Monty Taylor2013-05-163-5/+14
|/ | | | | | Fixes bug 1172444 Change-Id: Ieca721663aea2fd31753df4abfb5b01a7145b26a
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-1413-22/+28
| | | | Change-Id: Ifdc4322b699f2bd91a6900e55695acd3d736568e
* Merge "Switch to noun-verb command forms"Jenkins2013-05-131-139/+139
|\
| * Switch to noun-verb command formsDoug Hellmann2013-04-301-139/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverse the commands to use nouns followed by verbs to allow users to take full advantage of tab completion. Compound nouns (e.g., "floating-ip") are also reversed (e.g., "ip floating list" and "ip fixed list"). blueprint nouns-vs-verbs Change-Id: Icf09fb8d7dbd09772bddbbeb74f9a379d9189b72 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* | Rename all instances of 'metadata' to 'property'.Josh Kearney2013-05-073-11/+11
|/ | | | Change-Id: I454cbe685dc5afa0a09ecc976a90d6eb6bc57d14
* Add console commandsDean Troyer2013-04-252-0/+128
| | | | | | | | | | Adds: * console-log * console-url Part of blueprint nova-client Change-Id: Ibea7f96382283770988d05379d41a148f8cd8c4f
* Merge "Add compute keypair commands"Jenkins2013-04-252-0/+169
|\
| * Add compute keypair commandsDean Troyer2013-04-122-0/+169
| | | | | | | | | | | | | | | | 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-255-1/+315
|\ \
| * | Add fixed-ip and floating-ip commandsDean Troyer2013-04-145-1/+315
| |/ | | | | | | | | | | | | | | | | | | | | | | 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-256-3/+198
|\ \
| * | Adds image `create` and `delete` functionality.Josh Kearney2013-04-236-3/+198
| |/ | | | | | | | | | | | | | | | | 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-022-7/+82
|\
| * Add metadata support for volumeSteve Martinelli2013-03-222-7/+82
| | | | | | | | | | | | | | | | | | | | | | | | 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-022-0/+192
|\ \
| * | Add policy to identity v3Steve Martinelli2013-03-262-0/+192
| |/ | | | | | | | | | | | | 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
* | Make entry point strings readableDean Troyer2013-03-213-105/+125
| | | | | | | | | | | | | | | | | | | | | | PEP8 E126 wants continued strings to line up vertically, totally destroying the readability and visual indication of the beginning of a string in a list * Ignore PEP8 E126 in order to indent the entry point strings in a readable manner. * Sort the enrty point command strings by object then verb. * Bring other ignores from run_tests.sh to tox.ini Change-Id: I2593de7d6c058322101bc68636317cdba29fe664
* | Add extra-specs support for volume-typeSteve Martinelli2013-03-212-45/+72
| | | | | | | | | | | | | | | | | | | | | | 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-192-0/+254
| | | | | | | | | | | | | | | | | | 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-192-0/+193
| | | | | | | | | | | | | | | | | | 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-152-0/+82
| | | | | | | | | | | | | | | | | | 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-152-0/+151
|\ \ \
| * | | Add role v3 support to identity in openstack clientSteve Martinelli2013-03-122-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-153-0/+195
|\ \ \ \ | |_|/ / |/| | |
| * | | Add snapshot support for v1 volumeSteve Martinelli2013-03-083-0/+195
| | |/ | |/| | | | | | | | | | | | | | | | | | | 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-112-0/+88
| | | | | | | | | | | | Change-Id: Ib8109550b06d152773394a1d15f6202b9f9b029c
* | | Merge "Turn down requests logging level"Jenkins2013-03-111-0/+7
|\ \ \ | |/ / |/| |