summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add show limits commandDean Troyer2013-07-123-0/+86
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This is a combination of the compute and volume API limits as they are very similar. As such, the command lives in a new command group 'openstack.common' that is unversioned. * Implements 'limits show [--absolute|--rate] Updated for https://review.openstack.org/#/c/36772/ Bug: 1172057 Change-Id: I2bd181cd0d098f7143360ae67944c2f221379af5
* | | | Update openstack-common.conf formatAlessio Ababilov2013-07-161-1/+4
| |/ / |/| | | | | | | | Change-Id: Ifa6718331d3da91f0e9515a809484808bd6317f9
* | | Merge "Add authenticate method to oauth code"Jenkins2013-07-152-27/+81
|\ \ \ | |_|/ |/| |
| * | Add authenticate method to oauth codeSteve Martinelli2013-07-102-27/+81
| |/ | | | | | | | | | | | | | | | | | | | | Forgot to add one last method when I initially checked in the first set of code; the authenticate method will return an actual keystone token that the user may now use. Also, I added some changes to other methods because the client has been updated. Change-Id: Ie2707689e0df1fb1bc92177f932baf23fe1ca920
* | Remove api = apiName calls from each methodSteve Martinelli2013-07-1234-179/+0
|/ | | | | | | | | | | As discussed in https://review.openstack.org/#/c/36352/ for each command, we were setting api = identity or volume... etc, this was for an old way of calling commands that are is no longer used. Also removed openstackclient/common/command.py Change-Id: I2705f35d343f2ae729dc22d6aed0b852b2f8ca19
* Merge "Sync install_venv_common from oslo"Jenkins2013-07-081-63/+43
|\
| * Sync install_venv_common from osloMonty Taylor2013-07-051-63/+43
| | | | | | | | Change-Id: I0a57c658e0f89d13963862013793e12ae208c05b
* | 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
|\ \