summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add functional tests for identity v3Guojian Shao2015-07-0710-60/+785
| | | | | | | | | | | To make test cases more clearly, split test_identity.py into test_user.py, test_role, etc. Add more test cases for user, role, etc. Furthermore, to make functional tests run repeatedly without raising duplicated error, clean up resources before exiting each test case. Change-Id: I1541943ad0b8d4d8d1e72822c159fda243b3d1d7 Implements: blueprint identity-functional-tests
* Merge "Add functional tests for image set"Jenkins2015-07-013-3/+29
|\
| * Add functional tests for image setTerryHowe2015-06-163-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch includes functional tests for image set and it includes a change to use the OSC utils.format_dict method to format the properties. This will give a more user friendly format to the image commands and it gives a more consistent testable format to the output. Instead of: {u'a': u'b', u'c': u'd'} The user will see: a=b, c=d Change-Id: Ib396316586ffc5dbab231064d5b6dc9425507934
* | Merge "Add tests for 'list' and 'show' for volume qos v1"Jenkins2015-07-012-0/+111
|\ \
| * | Add tests for 'list' and 'show' for volume qos v1David Moreau Simard2015-06-292-0/+111
| | | | | | | | | | | | Change-Id: I1b4d998f3ec1bd5cb8dd4c9e0d04fd3b3049e9d7
* | | Fix examples with cacertTerryHowe2015-07-011-0/+1
| | | | | | | | | | | | | | | Change-Id: I2a4f758ef11caf51d0c47cb5632e59245d631d3d Closes-Bug: #1470272
* | | Updated from global requirementsOpenStack Proposal Bot2015-06-301-1/+1
| | | | | | | | | | | | Change-Id: Icf1e3f1292baafe7746fd8804c61ccaab592db65
* | | Merge "Add support for volume API v2 QoS commands"Jenkins2015-06-304-0/+801
|\ \ \
| * | | Add support for volume API v2 QoS commandsDavid Moreau Simard2015-06-294-0/+801
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the following commands: volume qos associate volume qos create volume qos delete volume qos disassociate volume qos list volume qos set volume qos show volume qos unset Change-Id: If3c679557ac9abb0dfc75d290b96fb9c8d46c7b7 Partial-Bug: #1467967
* | | | Merge "Alphabetize tests for v1 qos_specs"Jenkins2015-06-301-74/+74
|\ \ \ \ | | |/ / | |/| |
| * | | Alphabetize tests for v1 qos_specsDavid Moreau Simard2015-06-291-74/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As a follow up of sorting the methods for volume v1 qos_specs. Change-Id: I428167297e7110e586d139bf38fd22d321836e80
* | | | Merge "Add docs for QoS specs"Jenkins2015-06-291-0/+154
|\ \ \ \ | |/ / / |/| | |
| * | | Add docs for QoS specsSteve Martinelli2015-06-291-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QoS v1 was recently included in openstackclient. We should include command object docs. Change-Id: I891231be095324bf55eb7ee4bb86debdf7a26f05
* | | | No need for get_parser on QoS listSteve Martinelli2015-06-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no arguments so there's no need to define the get_parser function. Change-Id: Icfa8accf6dbb7f8d1a0472926403b405da3cc611
* | | | Alphabetize QoS specsSteve Martinelli2015-06-282-107/+107
|/ / / | | | | | | | | | | | | | | | | | | | | | setup.cfg and the implementation had some functions that were not in alphabetical order. Since the rest of OSC is alphabetized, let's stick to that. Change-Id: Ief5d4694c7b6bc20a0898437b96305885104d45c
* | | Merge "Add support for volume API v1 QoS commands"Jenkins2015-06-274-0/+704
|\ \ \ | |/ / |/| |
| * | Add support for volume API v1 QoS commandsDavid Moreau Simard2015-06-264-0/+704
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the following commands: volume qos associate volume qos create volume qos delete volume qos disassociate volume qos list volume qos set volume qos show volume qos unset Change-Id: I72ea1b9a4d0bd0e35eda03071ea438b75439fce9 Partial-Bug: #1467967
* | | fix confused domain argument for network create v2Guojian Shao2015-06-263-24/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have used domain scope arguments --project-domain, --user-domain and --group-domain in identity commands, for example, role add v3, to prevent resources conflict from same resource name existence. To keep with the style of identity commands, it's better to rename --domain to --project-domain. Closes-Bug: #1468988 Change-Id: Ic6ccb895cf9be4a3d5f0001525e3b80cd340da8b
* | | Merge "Enables retrieval of project's parents and subtree"Jenkins2015-06-255-9/+213
|\ \ \
| * | | Enables retrieval of project's parents and subtreeRodrigo Duarte Sousa2015-06-095-9/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the possibility to retrieve a project and list its parents and subtree in the hierarchy. Co-Authored-By: Rodrigo Duarte <rodrigods@lsd.ufcg.edu.br> Co-Authored-By: Samuel de Medeiros Queiroz <samuel@lsd.ufcg.edu.br> Implements: bp hierarchical-multitenancy Change-Id: I874f6faffc8a2db9d99f12cbe0a69c0a30c0d9df
* | | | Merge "Add support to inherited project role grant calls"Jenkins2015-06-244-0/+62
|\ \ \ \
| * | | | Add support to inherited project role grant callsSamuel de Medeiros Queiroz2015-06-224-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once inherited project role grant calls are implemented on python-keystoneclient, python-openstackclient also should support such calls. This patch add such support as well as its related tests. Co-Authored-By: Raildo Mascena <raildo@lsd.ufcg.edu.br> Change-Id: Id72670be8640e5c6e2490a6ef849e9ec3493b1a9 Implements: blueprint hierarchical-multitenancy
* | | | | Merge "Updated from global requirements"Jenkins2015-06-241-1/+1
|\ \ \ \ \
| * | | | | Updated from global requirementsOpenStack Proposal Bot2015-06-241-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: I4c5304a276b1c2b2ea98c98518217b0201a2c993
* | | | | fix typo in network.rstGuojian Shao2015-06-241-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a typo for --domain argument in network create: Owner’s domain (name or ID)", the last character " should be removed. Closes-Bug: #1468282 Change-Id: I81d55841e633a52f3913cf5f4a3e6626ebc1f919
* | | | Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ib550688f8420e8d29b594d90705ef8a89eb03018
* | | | Updated from global requirementsOpenStack Proposal Bot2015-06-223-14/+13
|/ / / | | | | | | | | | Change-Id: Ie4f93534ec504e7672c88ab02efc8747df91318c
* | | Merge "fix typo for server create in server.rst"Jenkins2015-06-191-1/+1
|\ \ \
| * | | fix typo for server create in server.rstGuojian Shao2015-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have <security-group-list> in server create option, while <security-group-name> in the explanation, they both should be <security-group-name>. Closes-Bug: #1466742 Change-Id: I26a25f57e57d8f9e19ec9c9ccb3c2b8d5396b78d
* | | | Fix typo in user.rstAmey Bhide2015-06-181-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Change name -> user-name Closes-Bug: #1466738 Change-Id: I63d6b4f5ac3cacff624c2e951873aa044a699234
* | | Merge "Update 1.4.0 release notes"Jenkins2015-06-181-1/+7
|\ \ \
| * | | Update 1.4.0 release notesDean Troyer2015-06-181-1/+7
| | | | | | | | | | | | | | | | | | | | Depends-On: I5b469d19ac58bcb31ebd276e1d62b3db8ccfb5a3 Change-Id: I67daab9045852a5d23d69f9b4290e857f5137121
* | | | Merge "Updated from global requirements"Jenkins2015-06-181-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2015-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib17c91ef8395b1a4f490765896bffad166aa0ab6
* | | | | Merge "Add support for volume backup v2 command"Jenkins2015-06-184-1/+288
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add support for volume backup v2 commandAmey Bhide2015-06-044-1/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openstack backup create openstack backup list openstack backup restore Implements: blueprint volume-v2 Change-Id: I77965730065dd44f256c46bcc43c1e6a03b63145
* | | | | Merge "Refactor option handling for user|group|project domain scoping"Jenkins2015-06-177-131/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Refactor option handling for user|group|project domain scopingSteve Martinelli2015-06-177-131/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | put the common options in identity.common, this way the help is consistent Change-Id: I5b09cfb56fa0f8d16feb95150f216fccbe9f2b22
* | | | | Merge "Add support for volume snapshot v2 command"1.5.0Jenkins2015-06-164-6/+401
|\ \ \ \ \
| * | | | | Add support for volume snapshot v2 commandAmey Bhide2015-06-044-6/+401
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openstack snapshot create openstack snapshot set openstack snapshot unset openstack snapshot list Implements: blueprint volume-v2 Change-Id: Ia1d9f4426baa0099281a9931f4eec99ebe1969b1
* | | | | | Merge "Add release notes for 1.5.0"Jenkins2015-06-161-0/+6
|\ \ \ \ \ \
| * | | | | | Add release notes for 1.5.0Steve Martinelli2015-06-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idb6941feb3c17694eb5d7dcf1189bb1a08336810
* | | | | | | Merge "reference corect ec2 helper function"Jenkins2015-06-161-4/+4
|\ \ \ \ \ \ \
| * | | | | | | reference corect ec2 helper functionSteve Martinelli2015-06-161-4/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec2creds.py was referencing a function on self, but wasn't there. Correctly reference the right function. Change-Id: I62f09c497be9dbb394341914388d60634e8b80c2 Closes-Bug: 1465561
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2015-06-151-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I635a3ff9d1a90d0b1bb1e295a380eddd9d30a295
* | | | | | Merge "Improve the hint message"1.4.0Jenkins2015-06-141-2/+4
|\ \ \ \ \ \
| * | | | | | Improve the hint messageDave Chen2015-06-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we can get scoped token (domain scoped, project scoped) as well as unscoped token. When we use OSC to get a domain scoped token without explicitly set domain information, the hint message show us we need to set a scoped domain or project, but it miss that the parameters to be set in order to get project or domain scoped token is not the same. Thus, the hint message could be improved to make it more clear to end user. Change-Id: I94768c619b30be18737fec189ae6d81e81ba090d
* | | | | | | Merge "Fix the typo in `openstackclient/shell.py`"Jenkins2015-06-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix the typo in `openstackclient/shell.py`Dave Chen2015-06-141-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia101f6d50ecd4a195aa93b1f289def581b0c6f38
* | | | | | | Add oidc plugin for listing federation projectsSteve Martinelli2015-06-111-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the oidc plugin should be included in the list of valid federation protocols that can leverage `federation project list` Change-Id: I3f5c5ab262c7097273716a81618a2dcbb159dd6f