summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "openstack catalog list always returns publicURL for internalURL and ↵Jenkins2015-07-092-9/+11
|\ | | | | | | adminURL"
| * openstack catalog list always returns publicURL for internalURL and adminURLMartin Schuppert2015-07-082-9/+11
| | | | | | | | | | | | | | | | With this change 'openstack catalog list' returns the correspoding URL for publicURL, internalURL and adminURL in _format_endpoints . Change-Id: I5d946c9d70a2d3c22a7cc77067fec8e2e9aa4940 Closes-Bug: 1472629
* | Imported Translations from TransifexOpenStack Proposal Bot2015-07-093-29/+23
|/ | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I053c9518ef01e008e63833494d2b51c44d3a64a7
* Merge "add functional tests for identity v3"Jenkins2015-07-0710-60/+785
|\
| * 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 volume set size"Jenkins2015-07-061-0/+7
|\ \
| * | Add functional tests for volume set sizeTerryHowe2015-06-111-0/+7
| | | | | | | | | | | | Change-Id: Ie369c6366e1d0632ab1892fd019f5b12528c195b
* | | Merge "Add functional tests for security group CRUD"Jenkins2015-07-061-0/+57
|\ \ \
| * | | Add functional tests for security group CRUDTerryHowe2015-06-101-0/+57
| | | | | | | | | | | | | | | | Change-Id: Ib5bbd46c0454d7dbb541354d515430922569c994
* | | | Merge "Add functional tests for flavor metadata"Jenkins2015-07-061-0/+10
|\ \ \ \
| * | | | Add functional tests for flavor metadataTerryHowe2015-06-111-0/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: Iae7a3f61c0c9777ee2511558d8942243066a8c60
* | | | | Merge "Add flavor functional test"Jenkins2015-07-061-0/+46
|\ \ \ \ \ | |/ / / /
| * | | | Add flavor functional testTerryHowe2015-06-111-0/+46
| |/ / / | | | | | | | | | | | | Change-Id: I3166e1c3fb0f9b89cff8f083d30cb15e7196f59a
* | | | Merge "Add functional tests for server CRUD"Jenkins2015-07-051-0/+55
|\ \ \ \
| * | | | Add functional tests for server CRUDTerryHowe2015-06-111-0/+55
| | |/ / | |/| | | | | | | | | | Change-Id: I77f292d47a9bea6a5b486ce513c0c19ec8c845dd
* | | | Merge "Add --os-endpoint-type cli optional argument"Jenkins2015-07-0315-5/+97
|\ \ \ \
| * | | | Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-0215-5/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User should be able to specify the endpoint type through a CLI optional argument/ENV variable setting. We will name this new optional argument: --os-endpoint-type (Env: OS_ENDPOINT_TYPE) and based on the value given, the service API will use that specific endpoint type. Possible values: public, admin, internal. DocImpact Closes-Bug: #1454392 Change-Id: Ife3d4e46b44c0ddcd712b1130e27e362545a9a29
* | | | | Merge "Move update code from image create command"Jenkins2015-07-024-105/+223
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move update code from image create commandMarek Aufart2015-07-024-105/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openstack image create command updates existing image (with same name) by default. That might be confusing since glance allows create multiple images with same names and may lead to unwanted image update by image create command. Image update code was moved from image create action to image set action. BackwardsIncompatibleImpact Change-Id: I1686c6544c366262efab9e33c066d5f8a667f707 Closes-Bug: #1461817
* | | | | 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