summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Add EC2 credentials CRUD"Jenkins2013-07-082-0/+190
|\ \ | |/ |/|
| * Add EC2 credentials CRUDDean Troyer2013-07-032-0/+190
| | | | | | | | | | | | ec2 credentials: create, delete, list, show Change-Id: I82ff84ed433cd9a2da9534bf5f584a2e1a3fe68c
* | Update documentation with info about setup.cfgMonty Taylor2013-07-051-6/+5
| | | | | | | | Change-Id: If87df1e6415d0b70b6605b1d89eda639fc44a0b6
* | Merge "Finish up v3 role commands"Jenkins2013-07-056-45/+304
|\ \
| * | Finish up v3 role commandsSteve Martinelli2013-07-036-45/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add remove role * Add --role to group list * Add --role to user list * Fix groups in AddRole() * Remove the tweaks to utils.find_resource for domains; will address that across domains, projects, users and groups in another patch. I want to nail down the structure of these commands and get that into place Change-Id: I8673dd8221ef88978dada5a2833c187026bdb31a
* | | Merge "Add methods for user and group interactions"Jenkins2013-07-052-0/+120
|\ \ \ | |_|/ |/| |
| * | Add methods for user and group interactionsSteve Martinelli2013-07-022-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | * Add user to group * Contains user in group * Remove user from group Change-Id: If5219fa9d4761d7b97950c39556b3e1b8aab6517
* | | Merge "Move tests into project package."Jenkins2013-07-0215-13/+13
|\ \ \
| * | | Move tests into project package.Monty Taylor2013-06-3015-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | 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