summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove copyright from empty files"Jenkins2014-01-2329-394/+0
|\
| * Remove copyright from empty filesAlexander Ignatov2014-01-2029-394/+0
| | | | | | | | | | | | | | | | | | According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Iba09a00f24dfbd1cd03c1c9f70ea216788e64d93 Closes-Bug: #1262424
* | Merge "Remove remaining print statements"Jenkins2014-01-232-3/+5
|\ \
| * | Remove remaining print statementsDean Troyer2014-01-222-3/+5
| | | | | | | | | | | | | | | | | | I think these are the last two stragglers, including debugging lines Change-Id: Ic3dd98480211d0f7d3cc951bec5cd54f902a101f
* | | Merge "Add token create subcommand for identity v2 api"Jenkins2014-01-224-0/+107
|\ \ \ | |_|/ |/| |
| * | Add token create subcommand for identity v2 apiQiu Yu2014-01-174-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements token create subcommand which is an equivalent of keystone token-get command. Original "wrap" parameter for keystone token-get is not implemented yet due to cliff Bug #1269299 This is a part of: blueprint add-identity-token-support Change-Id: I9e4de93306f2f5959717b5219621da03961524d8
* | | Sync with global requirementsSascha Peilicke2014-01-161-1/+1
|/ / | | | | | | Change-Id: Ie47804617ab9a11a91efd96c7989f0207e47e120
* | Merge "Fix image set properties error"Jenkins2014-01-101-0/+1
|\ \
| * | Fix image set properties errorDean Troyer2014-01-061-0/+1
| | | | | | | | | | | | Change-Id: Ia290935c8a040221caf1a46ca29a7bb2e5df1ce6
* | | Merge "Fix errant underscores"Jenkins2014-01-101-9/+9
|\ \ \
| * | | Fix errant underscoresDean Troyer2014-01-091-9/+9
| | | | | | | | | | | | | | | | Change-Id: I71b8c8df14b85e3042220e3593a9732ee6cefe15
* | | | Merge "Displaying curl commands for nova and cinder calls"Jenkins2014-01-103-1/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Displaying curl commands for nova and cinder callsFlorent Flament2014-01-023-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the -v option, displays curl equivalent commands and http messages exchanged with the nova and cinder API servers. Displays the same messages as those displayed with the --debug option of python-novaclient and python-cinderclient. Implements: blueprint curl-commands-in-debugging-messages for nova and cinder related calls Change-Id: Ibc8ef79d874334585b81d652b9c7df9e874fffa9
* | | | Merge "Add support for specifying custom domains"Jenkins2014-01-084-13/+254
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for specifying custom domainsPaul Belanger2014-01-074-13/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ability to pass user_domain_id / user_domain_name, domain_id / domain_name, and project_domain_id / project_domain_name to keystone. These parameters are the first step needed to getting multi-domain support working via the CLI. Closes-Bug: #1198171 Change-Id: I81a8534913978ff1cce01ec02741ae477e8c5fa4 Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> Signed-off-by: Bo Tang <btang@cs.utsa.edu>
* | | | Closes-Bug: #1262322 Make links clickableTerry Howe2013-12-251-14/+17
| | | | | | | | | | | | | | | | Change-Id: I61302ff5274cdaa09801cb9b0dc9bfd353ac687f
* | | | Closes-Bug: #1262321Terry Howe2013-12-191-1/+0
| |/ / |/| | | | | | | | | | | | | | Remove the unimplemented post_process method call Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595
* | | Release notes for 0.3.0 release0.3.0Dean Troyer2013-12-171-1/+1
| | | | | | | | | | | | Change-Id: I6f025b745378613eb674e13dd503e57d049a3e50
* | | Remove mox3 requirementDean Troyer2013-12-171-1/+0
| | | | | | | | | | | | | | | | | | | | | mox3 is only used got py3 testing when converting tests from mox, all OSC tests are new so we don't need it. Change-Id: I2fae539e99143f91048c95d1e46cfbd7b0e9bdb0
* | | Updated from global requirementsOpenStack Jenkins2013-12-101-1/+1
|/ / | | | | | | Change-Id: I065a67d560efca0907da9fcaa8d5ce4712dfa2c1
* | Merge "Bring RESTApi closer to ithe imminent keystoneclient.Session"Jenkins2013-12-067-230/+427
|\ \
| * | Bring RESTApi closer to ithe imminent keystoneclient.SessionDean Troyer2013-12-037-230/+427
| | | | | | | | | | | | | | | | | | | | | Prepare to use the (soon to be) common Session from keystoneclient * Rework RESTApi to eventually be a subclass of keystoneclient.Session Change-Id: I68e610f8b19a3f6267a93f7bf3de54a228be68aa
* | | Merge "Update docs for plugins and release notes"Jenkins2013-12-065-19/+146
|\ \ \
| * | | Update docs for plugins and release notesDean Troyer2013-12-055-19/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fill out the existing command and man page * Add a plugins page. * Begin the release notes for 0.3.0 Change-Id: I4527fed28a10a9d79fc8f6c1d925a4bf0d0a7a36
* | | | Merge "Add module list command"Jenkins2013-12-054-0/+155
|\ \ \ \ | |/ / / |/| | |
| * | | Add module list commandDean Troyer2013-12-034-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lists versions of installed python modules (Origianlly proposed as 'version list') Change-Id: I76a51d3d6783f46ef2daa0a41626019a880a2a50
* | | | Merge "Add missing requests and six requirements"Jenkins2013-12-051-0/+2
|\ \ \ \
| * | | | Add missing requests and six requirementsSascha Peilicke2013-12-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From global-requirements: requests>=1.1, six>=1.4.1 Change-Id: I536adc511931229a268ba81f81aef1aed59b33eb
* | | | | Update OSC's CommandManager subclassDean Troyer2013-12-032-3/+34
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cliff.commandmanager.CommandManager gained an option, update openstackclient.common.commandmanager.ComamndManager to match. Also add CommandManager.get_command_groups() to return a list of the currently loaded command groups. I expect this to be useful in upcoming client diagnostic commands for plugins/extensions. If these turn out to be generally useful we'll propose them to upstream cliff. Change-Id: Ic15a7ca0ef975ca679e753be861be7c628b8e10c
* | | | Add return Closes-Bug: 1246356Terry Howe2013-11-271-1/+1
| |_|/ |/| | | | | | | | Change-Id: I70999a91062b9c61e5f420b1ed33a45086b62fd4
* | | Restore Object API name 'object-store'Dean Troyer2013-11-257-12/+24
| | | | | | | | | | | | | | | | | | It's used in the service catalog, doh! Change-Id: If8f6db49c84756fd8e58cc68910160da4cd99b5d
* | | Expand support for command extensionsDean Troyer2013-11-2114-119/+172
| |/ |/| | | | | | | | | | | | | | | | | | | | | Allows client libraries to have complete access to the rest of the OSC ClientManager. In addition, extension libraries can define global options (for API version options/env vars) and define versioned API entry points similar to the in-repo commands. The changes to ClientManager exposed some issues in the existing object api tests that needed to be cleaned up. Change-Id: Ic9662edf34c5dd130a2f1a69d2454adefc1f8a95
* | Merge "Add server image create command"Jenkins2013-11-205-8/+169
|\ \
| * | Add server image create commandDean Troyer2013-11-185-8/+169
| | | | | | | | | | | | | | | | | | Translation of 'nova image-create', with tests! Change-Id: I8a833aeff6f291e4774063ed235876eb2ba9c13c
* | | Merge "Complete basic test infrastructure"Jenkins2013-11-2029-438/+652
|\ \ \ | |/ /
| * | Complete basic test infrastructureDean Troyer2013-11-1829-438/+652
| | | | | | | | | | | | | | | | | | | | | This finally gets all of the API tests into a common framework regarding test classes and so forth. Change-Id: If675347129c50dcba0bfc5b6c58f5a2ca57ff46c
* | | Merge "change execute to run"Jenkins2013-11-191-5/+19
|\ \ \
| * | | change execute to runTerry Howe2013-11-161-5/+19
| | | | | | | | | | | | | | | | Change-Id: I23a210c8771c206df14d2713a2e72ccd92402c43
* | | | Merge "Fix typo"Jenkins2013-11-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typoNoorul Islam K M2013-11-191-1/+1
| | |/ | |/| | | | | | | Change-Id: I7bca8b76c6746121314e688e9ed3825e04350b8d
* | | Support building wheels (PEP-427)Sascha Peilicke2013-11-191-0/+3
|/ / | | | | | | | | | | | | With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I8c8565f55e7a3434e1a1972a797a6cd7dba8a581
* | Update URL for global hacking doc and fix typosJoe Gordon2013-11-111-6/+6
| | | | | | | | | | | | * related to I579e7c889f3addc2cd40bce0c584bbc70bf435e2 Change-Id: I519155d0a47564ce18a9cd930378a3c4feaa7a77
* | Merge "Updated from global requirements"OpenStack Jenkins2013-11-082-3/+3
|\ \
| * | Updated from global requirementsOpenStack Jenkins2013-11-052-3/+3
| | | | | | | | | | | | Change-Id: I421ab7a5b0c0224122cc747141956bc1282f2b07
* | | Remove httpretty from test requirementsDean Troyer2013-11-071-1/+0
|/ / | | | | | | | | | | We don't use it... Change-Id: I41466da5153a8bdd0e4b4dd5774a9711bff3b7f5
* | Do lookups for user, project in volume createDean Troyer2013-10-256-59/+383
| | | | | | | | | | | | | | | | | | This required https://review.openstack.org/26323 in keystoneclient, merged long ago... Also adds some tests for 'volume create' Change-Id: I55bededbc20b5dcf2833c59eb2b6b069703d8a9a
* | Adjust to non-deprecated names in Keyring 1.6.+Dirk Mueller2013-10-241-1/+1
|/ | | | | | | | Keyring 1.1 moved the concrete backend implementations into their own modules. As we depend on 1.6.1+, we can make use of the new name and remove the old one without deprecation-fallback. Change-Id: I0682b13fc9f488b3f3d9fd057f712909fcd48bc4
* Updated from global requirementsOpenStack Jenkins2013-10-161-1/+1
| | | | Change-Id: I2a306dd8edc030d3f989e9947dec784f502b3953
* Merge "Sync oslo-incubator for py33 fixes"Jenkins2013-10-132-88/+156
|\
| * Sync oslo-incubator for py33 fixesDean Troyer2013-10-112-88/+156
| | | | | | | | Change-Id: I261ec6bb34b29169ba3547305deab051f85a3d4d