summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "1.0.0 release notes"1.0.0Jenkins2014-12-041-0/+51
|\
| * 1.0.0 release notesSteve Martinelli2014-12-041-0/+51
| | | | | | | | | | | | Release notes for our next cut of osc. Change-Id: Ic3b0d557f2a380c4b5a05903ff7394be7b961b55
* | Merge "Command object docs: catalog, credentials, endpoint, region, token"Jenkins2014-12-046-2/+207
|\ \
| * | Command object docs: catalog, credentials, endpoint, region, tokenDean Troyer2014-12-046-2/+207
| |/ | | | | | | | | | | | | | | | | | | catalog credentials endpoint region token Change-Id: Icd7ec7fd207488b2ceb0280722aa9a684aeeac28
* | Merge "Add documentation of interactive mode"Jenkins2014-12-042-0/+112
|\ \
| * | Add documentation of interactive modeDean Troyer2014-12-042-0/+112
| |/ | | | | | | | | | | This is a light description with some examples. Change-Id: Iff9ad904a150f2bb7673bd4106cf26bcefec08b9
* | Merge "Safely pop project parent id"Jenkins2014-12-042-3/+9
|\ \
| * | Safely pop project parent idSteve Martinelli2014-12-042-3/+9
| |/ | | | | | | | | | | | | | | | | Since we don't support multitenancy yet, we should just pop the parent id of a project. When keystoneclient supports mulittenancy we should bring everything in at once (CRUD), and these changes should be removed. Change-Id: I82c7c825502124a24ccdbadf09ecb2748887ca5d
* | Command object docs: server, server imageDean Troyer2014-12-034-80/+680
|/ | | | | | | | | server server image Some cosmetic changes in the command source, sorting classes, help strings, etc. Change-Id: I3f68dae77b9fe02bc6866684e05aeff943dd9cc3
* Merge "Add the ability to list projects based on a user"Jenkins2014-12-022-2/+29
|\
| * Add the ability to list projects based on a userSteve Martinelli2014-12-012-2/+29
| | | | | | | | | | | | | | Essentially performing GET /users/{user_id}/projects Change-Id: Iae6ddfc86a856fa24fbe293ec4af52ea671390f8 Closes-Bug: #1394793
* | Merge "Add support for domains when deleting identity v3 resources"Jenkins2014-12-025-9/+55
|\ \ | |/
| * Add support for domains when deleting identity v3 resourcesSteve Martinelli2014-12-015-9/+55
| | | | | | | | | | | | | | | | | | | | Currently, only deleting via IDs is possible for groups, projects and users. We should have an optional --domain argument that allows for a name to be specified for the resource. (Since these are all namespaced by domains). Change-Id: I18ace3db85a3969f0b97678d432d6f8368baa9cd
* | Merge "Updated from global requirements"Jenkins2014-12-011-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2014-11-211-1/+1
| | | | | | | | | | | | Change-Id: I2ae7af05f2052d8a8878e6477c8746cfdd1b74fa
* | | Merge "Command object docs: project, role, user"Jenkins2014-12-0111-142/+718
|\ \ \ | | |/ | |/|
| * | Command object docs: project, role, userDean Troyer2014-12-0111-142/+718
| | | | | | | | | | | | | | | | | | | | | | | | | | | project role user user role Change-Id: I445e09a3ffb69114912ae562a9285963a636bfd1
* | | Merge "Enhance the theming for modules page"Jenkins2014-12-017-4/+56
|\ \ \ | |/ / |/| |
| * | Enhance the theming for modules pageSteve Martinelli2014-11-187-4/+56
| | | | | | | | | | | | | | | | | | Also fixes a few small docstring syntax errors Change-Id: I85eb968e32c1191cf5d60d02deff2ab7f3291074
* | | Merge "Command object docs: aggregate, console *, keypair"Jenkins2014-12-018-27/+306
|\ \ \
| * | | Command object docs: aggregate, console *, keypairDean Troyer2014-11-198-27/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aggregate console log console url keypair Change-Id: Iec9b8404ed5febd061a5dfd674b76aaa8aba67bc
* | | | Merge "Begin copying wiki command list here"Jenkins2014-12-0110-18/+250
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Begin copying wiki command list hereDean Troyer2014-11-1910-18/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sort by command objects * Drop the comparison to the project CLIs * Minor updates to command help to match docs Initially include the cross-API commands to establish the structure and format. Change-Id: I77a7b3c89e088b66aa62941e29ce0b65b532285b
* | | Merge "Liberalize version matching a bit"Jenkins2014-11-215-9/+13
|\ \ \ | |/ / |/| |
| * | Liberalize version matching a bitDean Troyer2014-11-165-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For class-loading purposes we can just use the major version, so accept that. Only Identity and Compute were affected; Compute is included just to be pedantically complete. For command groups we also just use the major version so fix Compute and the version option handling. Change the internal default for Identity to a simple '2' so it is also consistent with the rest of the world. Then comes microversioning... Closes-Bug: #1292638 Change-Id: Ibaf823b31caa288a83de38d2c258860b128b87d8
* | | Merge "Fix volume create --image"Jenkins2014-11-193-3/+174
|\ \ \
| * | | Fix volume create --imageDean Troyer2014-11-183-3/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'volume create --image' should allow an image name to be used. Closes-Bug: #1383333 Change-Id: I996d46db321eef2d75c3d19b480319f8a78c09b3
* | | | Merge "add keystone v3 region object"Jenkins2014-11-194-0/+632
|\ \ \ \
| * | | | add keystone v3 region objectwanghong2014-11-184-0/+632
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Change-Id: Ia6f607630dbf507681733c3ab3b9b7c55de30f49 Closes-Bug: #1387932
* | | | | Merge "Add --or-show support for v3 identity resources"Jenkins2014-11-185-27/+106
|\ \ \ \ \
| * | | | | Add --or-show support for v3 identity resourcesSteve Martinelli2014-11-185-27/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --or-show for the following: * v3 roles * v3 projects * v3 domains * v3 users * v3 groups Closes-Bug: #1390389 Change-Id: Id4ef043e5fda6be49a515eb3fe138c813c393ec9
* | | | | | Merge "Add authentication description doc"Jenkins2014-11-182-0/+87
|\ \ \ \ \ \
| * | | | | | Add authentication description docDean Troyer2014-11-172-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is represents the current operation Closes-Bug: #1337422 Change-Id: I8092e7723b563647e13b6e2f0b7901a16572b6c7
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2014-11-181-1/+1
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Change-Id: Ifd9110cf94dfd2f62e59939a7be1a88e919beb36
* | | | | | Merge "Add environment variable in the os-auth-type help"Jenkins2014-11-181-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add environment variable in the os-auth-type helpMarek Denis2014-11-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Help for option --os-auth-type doesn't specify what environment variable configures it. This patch fixes that. Change-Id: Id2e29e477d5ca56339bd777fb73b5af13788615b
* | | | | | Merge "Add arg to 'server image create' tests"Jenkins2014-11-182-5/+10
|\ \ \ \ \ \
| * | | | | | Add arg to 'server image create' testsDean Troyer2014-11-142-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'protected' column was not being checked. Also add it to image.fakes.IMAGE. Change-Id: Ie431e9871a7da78b5a3924bfbc51d5575d994d86
* | | | | | | Merge "Add additional support for --or-show"Jenkins2014-11-184-7/+194
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Add additional support for --or-showSteve Martinelli2014-11-144-7/+194
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --or-show for the following: * v2 roles * v2 projects Change-Id: Ibbae19cda668575b9527fbd259f1298c48b8265b
* | | | | Merge "Add more session/api examples"Jenkins2014-11-173-0/+214
|\ \ \ \ \
| * | | | | Add more session/api examplesDean Troyer2014-11-153-0/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/object_api.py - Example of using the Object_Store API * examples/osc-lib.py - Minimal client to use ClientManager as a library Also add matching functional tests Change-Id: I4243a21141a821420951d4b6352d41029cdcccbc
* | | | | | Merge "Add an API example base and functional test base"Jenkins2014-11-163-0/+292
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Add an API example base and functional test baseSteve Martinelli2014-11-153-0/+292
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add examples/common.py, which is a basic common setup that mimics OSC's configuration options and logging without the rest of the CLI. Also add the functional test tooling for examples to prevent bit rot. Co-Authored-By: Dean Troyer <dtroyer@gmail.com> Change-Id: Ie92b675eafd93482ddc9a8ce0b0588e23ed50c35
* | | | Merge "Remove links from oauth consumers"Jenkins2014-11-141-6/+4
|\ \ \ \
| * | | | Remove links from oauth consumersSteve Martinelli2014-11-131-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be the last of the v3 identity objects that return a links section upon create or show. Change-Id: I45a3b43c303bfed73950095bec8860cbea7a559c
* | | | | Merge "Remove links from federation related commands in identity v3"Jenkins2014-11-143-12/+11
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Remove links from federation related commands in identity v3Steve Martinelli2014-11-133-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should remove the 'links' portion from the returned object for the following commands: * create/show federation protocol * create/show mapping * create/show identity provider Change-Id: I55654cce1f89de8e532f9acd8092257be33efd85
* | | | Merge "Beef up object-store tests"Jenkins2014-11-135-58/+228
|\ \ \ \
| * | | | Beef up object-store testsDean Troyer2014-10-225-58/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add object top-to-bottom tests * Move some fakes around * Clean up existing object tests Change-Id: If8406da611c11bbd2b1bf5153e45b720b0eea442