summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Rename endpoint type to interface"Jenkins2015-07-1713-50/+46
|\
| * Rename endpoint type to interfaceTerryHowe2015-07-1513-50/+46
| | | | | | | | | | Change-Id: I4e21d09bc747e8210f4f79a1d6c4c7ccf2f25d1c Closes-Bug: #1454392
* | Merge "Drop py33 support for Liberty"Jenkins2015-07-172-2/+2
|\ \
| * | Drop py33 support for LibertyTerryHowe2015-07-132-2/+2
| | | | | | | | | | | | | | | | | | | | | Less is more: https://wiki.openstack.org/wiki/Python3 Change-Id: I8a98b72f85bb29a3663c654613ac0d70fddbc1b1
* | | Merge "only return endpoints that have url"Jenkins2015-07-172-2/+44
|\ \ \
| * | | only return endpoints that have urlGuojian Shao2015-07-162-2/+44
| | | | | | | | | | | | | | | | | | | | Change-Id: I97a502252c0c377fce573e92b83c0122812f6f80 Closes-Bug: #1474656
* | | | add --project-domain option for user v3Guojian Shao2015-07-163-8/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user v3 create/set only support --project option, we need --project-domain to prevent collisions between project names exist. Change-Id: I2d62e5b9bb6df4c5c5a9542514faf2e4365bb18b Closes-Bug: #1475357
* | | | Fix the way we call find_resource when only using IDSteve Martinelli2015-07-161-6/+18
|/ / / | | | | | | | | | | | | Change-Id: I6fb08edd5499767863e0e67f363bcd9fff3aea60 Closes-Bug: 1475127
* | | Updated from global requirementsOpenStack Proposal Bot2015-07-153-4/+4
| | | | | | | | | | | | Change-Id: I0703a48d8c95617e687eea9eea7990d778d760b5
* | | Merge "Remove the --dhcp option to network list"Jenkins2015-07-143-85/+41
|\ \ \
| * | | Remove the --dhcp option to network listTerryHowe2015-07-083-85/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --dhcp option lists agents, not networks. This does not make a lot of sense. Another command should be created to list agents. BackwardsIncompatibleImpact Closes-Bug: #1472613 Change-Id: I5ecfe3fc046a07eb64a4dabd41dbd99de7c2215f
* | | | temporarily skip help testsSteve Martinelli2015-07-131-0/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're trying to change cliff for the better, by improving the UX of the help command. But cliff tests against the tip of OSC. Temporarily skip the tests that are failing and then update them once the fix for cliff has been merged. The patch in question: https://review.openstack.org/#/c/201258/ Change-Id: Ie1e7ddd66477ddf4a3bafedad12934e900ace48f
* | | Merge "Fix interactive password prompt"Jenkins2015-07-131-1/+1
|\ \ \
| * | | Fix interactive password promptTerryHowe2015-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie0e7a9cd6016b5c646a111a76e8372e10602a25c Closes-Bug: #1473862
* | | | Merge "add functional tests for identity v2"Jenkins2015-07-137-88/+462
|\ \ \ \
| * | | | add functional tests for identity v2Guojian Shao2015-07-107-88/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split test_identity.py into test_user.py, test_project, etc. To make functional tests run repeatedly without raising duplicated error, clean up resources before exiting each test case. Change-Id: I8f31ccbd70f1cccdab8b3720aac179e2e399486d Implements: blueprint identity-functional-tests
* | | | | Merge "Show which aggregate a hypervisor is member of"Jenkins2015-07-131-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Show which aggregate a hypervisor is member ofDavid Moreau Simard2015-07-021-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for showing which host aggregates a hypervisor is member of, if any. It supports hypervisors with or without nova cells. Closes-bug: #1470875 Change-Id: I0cfe4f15fa8f8ba0be3295b79cd438998893114c
* | | | | Updated from global requirementsOpenStack Proposal Bot2015-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Id0d62a51c35a4f7db5144dcbcde1888703fae378
* | | | | Merge "Remove testing of cliff command line options"Jenkins2015-07-122-31/+4
|\ \ \ \ \
| * | | | | Remove testing of cliff command line optionsTerryHowe2015-07-082-31/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | These options are part of cliff, let cliff test them. Change-Id: I802c25ba80048607eef6909a21709dcda63231cc
* | | | | Merge "Fix address parsing for server ssh command"Jenkins2015-07-122-15/+91
|\ \ \ \ \
| * | | | | Fix address parsing for server ssh commandTerryHowe2015-07-082-15/+91
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There seem to be three formats for the server address field and the old code only supported the old format. This code adds a parser for all three formats. Change-Id: I7f12d2c69ff70556907ea6f31a0e0bba91b68b49 Closes-Bug: #1469843
* | | | | Merge "Fixes modules index generated by Sphinx"Jenkins2015-07-121-1/+1
|\ \ \ \ \
| * | | | | Fixes modules index generated by Sphinxlin-hua-cheng2015-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx was always using (o)penstackclient for the prefix so the index wasn't very useful. Change-Id: Ie9f5d7fe428142bdb8027b422e3023418b48c428
* | | | | | Fix wrong mock method calllin-hua-cheng2015-07-115-6/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no assert_called() method in mock, replace it with assert_called_with() method. The old method used to work with mock 1.0.1 because it was a noop in magicmock. Needs https://review.openstack.org/#/c/200583 to pass the requirements check. https://review.openstack.org/#/c/193935/ changed the OS_* vars we source by forcing v2password as the auth method. change our identity v3 test setup by setting v3password Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: 1473454 Depends-on: I0cfab6d13e5d9e744cb302c86a2c21269923e75d Change-Id: Id22765c7e044797e03d19ad1b103fadec2726aa2
* | | | | 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