summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make tests pass in 2020queens-eolstable/queensBernhard M. Wiedemann2020-01-098-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, build failed after 2019-12-31 with Traceback (most recent call last): File "keystoneclient/tests/unit/v3/test_auth.py", line 226, in test_authenticate_success_password_unscoped self.assertRequestBodyIs(json=self.TEST_REQUEST_BODY) File "keystoneclient/tests/unit/utils.py", line 72, in assertRequestBodyIs self.assertEqual(json, val) NOTE: in addition to the orginal backport, this patch adds the following changes. The changes has to be combined into a single patch in order to avoid circular dependencies. 1. fixed bandit complains in keystoneclient/common/cms.py. The literal 'sha256' is the default hash algorithm, not a sensitive password. Marking it as false positive so bandit can stop chirping. 2. combined with cherry pick from commit f2d3fec9b254f9c47e97ddf48e3c5f7614b87f1b to avoid circular dependency. Without combining them, neither backport will pass all the gates since pep8 has switched over to use python3 now. Change-Id: I0e44d9896c5970f0ca07438c372aec826aeb5c77 (cherry picked from commit f2d3fec9b254f9c47e97ddf48e3c5f7614b87f1b) (cherry picked from commit acc21ff06154e16de16583fe6994207d689ed054)
* OpenDev Migration Patchqueens-em3.15.1OpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Merge "Updated from global requirements" into stable/queensZuul2018-10-191-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2018-02-131-1/+1
| | | | | | | | Change-Id: Ic9813d60fbab81ff278182bd11ad191e4a47e007
* | Merge "import zuul job settings from project-config" into stable/queensZuul2018-09-121-0/+15
|\ \
| * | import zuul job settings from project-configDoug Hellmann2018-08-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I47c7ec20f336ab99794e644a3d98b4b461ba9c08 Story: #2002586 Task: #24304
* | | Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queensZuul2018-08-311-1/+1
|\ \ \
| * | | Update UPPER_CONSTRAINTS_FILE for stable/queensOpenStack Release Bot2018-01-241-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ib919ff67b2c2196148972e0f41967e9efd831edd
* | | | Merge "Update .gitreview for stable/queens" into stable/queensZuul2018-08-311-0/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Update .gitreview for stable/queensOpenStack Release Bot2018-01-241-0/+1
| |/ | | | | | | Change-Id: Id485a116af21c133f5137a8b59631a334c6ebf4c
* | Override find function in projectGage Hugo2018-01-261-0/+5
|/ | | | | | | | This change overrides the base find functionality within project in order to encode tags to a base string. Change-Id: I4599b8a4dafcb9d4178c973eb48a8ad3a7d292f5 (cherry picked from commit 53972d68f611a4d5a9dfd250807b373cd4f22ecb)
* Merge "Add CRUD support for application credentials"3.15.0Zuul2018-01-244-0/+299
|\
| * Add CRUD support for application credentialsColleen Murphy2018-01-234-0/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for creating, reading, and deleting application credentials. Application credentials do not support updating. Keystoneclient does not handle authentication with application credentials. This is done in keystoneauth. Additional work will be needed in python-openstackclient to support both CRUD and auth for application credentials. bp application credentials Change-Id: I21214238deac2c45f2f2d666287c2ae106955ab1
* | Merge "Add system role functionality"Zuul2018-01-243-43/+177
|\ \ | |/ |/|
| * Add system role functionalityLance Bragstad2018-01-233-43/+177
| | | | | | | | | | | | | | | | | | This commit adds the necessary bits to be able to use system role assignments from python-keystoneclient. bp system-scope Change-Id: Iecbcbf020a15f2bec777334c648d4477f89f3b2c
* | Updated from global requirementsOpenStack Proposal Bot2018-01-182-2/+2
|/ | | | | | Change-Id: I748fadaececc4c5fe67ab6d671f13ce4ea964049 I44f2950a092bc03bdd0a9976242689a8f198b07a I5f4dccaef48902bb4a5e6eab304c76cc5dbb258d
* Merge "Add project tags to keystoneclient"Zuul2017-12-216-4/+467
|\
| * Add project tags to keystoneclientSamuel Pilla2017-12-206-4/+467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the client functionality for the following project tag calls: - Create a project tag on a project - Check if a project tag exists on a project - List project tags on a project - Modify project tags on a project - Delete a specific project tag on a project - Delete all project tags on a project Co-Authored-By: Jess Egler <jess.egler@gmail.com> Co-Authored-By: Rohan Arora <ra271w@att.com> Co-Authored-By: Tin Lam <tin@irrational.io> Partially Implements: bp project-tags Change-Id: I486b2969ae0aa2638842d842fb8b0955cc086d25
* | Merge "Create doc/requirements.txt"Zuul2017-12-203-5/+13
|\ \
| * | Create doc/requirements.txtQinglinCheng2017-12-193-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html Refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html Change-Id: Iaa1530f19049883fc9fbce66f1fcc82ded559a07
* | | Updated from global requirementsOpenStack Proposal Bot2017-12-191-1/+1
|/ / | | | | | | Change-Id: I772af1795f877b6cd8f9bb4bbe1cb3d76a9d02e3
* | Merge "Updated from global requirements"3.14.0Zuul2017-12-071-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2017-12-051-2/+2
| |/ | | | | | | Change-Id: Ie46206cb91bc9f34b5c30d5eba4e14a14e513dd6
* | Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-022-34/+4
| | | | | | | | | | | | | | | | | | | | | | We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: Iee9939776d5552b818aec5cab0b8c2a1133f74b9
* | Handle UTC+00:00 in datetime stringsMonty Taylor2017-12-021-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, the following: datetime.datetime.now(tz=iso8601.iso8601.UTC).tzinfo.tzname() returns: 'UTC+00:00' rather than: 'UTC' resulting in strings that look like: 2013-03-04T12:00:01.000000UTC+00:00 That is just flatly invalid. The code here accounts for a tzname of "UTC" and normalizes to to being a trailing Z as-per the ISO 8601 spec, but it does not account for UTC+00:00. Add support for that so that we don't produce invalid date strings. Most of this can be avoided by replacing use of this function with the isoformat method of datetime instead. datetime.datetime.now(tz=iso8601.iso8601.UTC).isoformat() Produces 2013-03-04T12:00:01.000000+00:00 Which while different from 2013-03-04T12:00:01.000000Z is still a valid iso8601 string. Change-Id: I52ca7561abee158285c2c98ba63d84c62e12360f
* Merge "Remove functional tests for v2.0 API"Zuul2017-11-244-61/+0
|\
| * Remove functional tests for v2.0 APIRodrigo Duarte Sousa2017-11-144-61/+0
| | | | | | | | Change-Id: I207b716e47893931e79e3758abc2bd879917f340
* | Merge "Updated from global requirements"Zuul2017-11-242-3/+3
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2017-11-162-3/+3
| |/ | | | | | | Change-Id: I1a61cb7ddd1de429f2402f9da315c4b5b6cdee39
* | Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-9/+3
|/ | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: If5da4725a9c896543f5c7d5212871b9f14afddab
* Updated from global requirementsOpenStack Proposal Bot2017-11-131-1/+1
| | | | Change-Id: I5e41a20ceb8c97a7e35ce0088a81cf5ef73d8e5d
* Use generic user for both zuul v2 and v3Nam Nguyen Hoai2017-10-171-3/+3
| | | | | | | Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'. Using $USER solves it for both cases. Change-Id: I42cfcd4d8dee2ff3a99e42a5a64f3c38163972b8
* Updated from global requirementsOpenStack Proposal Bot2017-09-222-8/+8
| | | | Change-Id: I1a8ced90154ed726c877385721754686974becc1
* Adds bandit nosec flag to hashlib.sha1lhinds2017-08-311-1/+3
| | | | | | | | | | | | | A bandit patch to block sha1 hash is failing CI [1], due to a false positive on hashlib.sha1 (which actually uses HMAC-SHA1 in keystone that is considered more secure then standard SHA1) This change marks a # nosec comment against the line which is triggering the false positive in Bandit. [1] https://review.openstack.org/#/c/437563/6 Change-Id: Ib9618119c77f41fba0e612e37c7511676bed47e8
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-4/+4
| | | | Change-Id: Idafa206fc3478257f641acba3533affd122171e0
* Remove use of positional decoratorMorgan Fainberg2017-08-0732-116/+2
| | | | | | | | | The positional decorator results in poorly maintainable code in a misguided effort to emulate python3's key-word-arg only notation and functionality. This patch removes keystoneclient's dependance on the positional decorator. Change-Id: I9e691cc8b0c04992f4a8dabd67e1b413d3220d23
* Merge "Update reno for stable/pike"Jenkins2017-07-312-0/+7
|\
| * Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | | | | | Change-Id: I16e8723a7424a44c0bef268adbcb88d3e471681a
* | Merge "Updated from global requirements"Jenkins2017-07-302-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2017-07-272-2/+2
| |/ | | | | | | Change-Id: I0cf901d783c93cf489bfb5aa684cd003a1fa371e
* | Imported Translations from ZanataOpenStack Proposal Bot2017-07-291-0/+57
|/ | | | | | | For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: I5817b6bcf48d921150b10a87e17fe31d9d51db33
* Updated from global requirements3.13.0OpenStack Proposal Bot2017-07-231-1/+1
| | | | Change-Id: I6a0f4b82bb70548bda7afaa67ca7a3adc88320cc
* Updated from global requirementsOpenStack Proposal Bot2017-07-181-1/+1
| | | | Change-Id: I0672453e18b684bd0210a0554c4c09795e505df4
* Merge "Update URLs in documents according to document migration"Jenkins2017-07-176-8/+8
|\
| * Update URLs in documents according to document migrationmelissaml2017-07-146-8/+8
| | | | | | | | Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
* | Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
|/ | | | Change-Id: Ia1e1a0163d038664f651f7182f6de2796ea6a840
* Merge "Bring back intersphinx reference to keystoneauth"Jenkins2017-07-061-1/+2
|\
| * Bring back intersphinx reference to keystoneauthBoris Bobrov2017-07-051-1/+2
| | | | | | | | | | Change-Id: I0b1d1a4abdf919dd403679565cde046a825898fa Depends-On: I2a4fc6a4782a5496b2ab4a8355ed2c3b6dac58fa
* | Merge "Switch from oslosphinx to openstackdocstheme"Jenkins2017-07-063-13/+17
|\ \
| * | Switch from oslosphinx to openstackdocsthemeVan Hung Pham2017-06-303-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: If3a8f6668d0a4e32bd8a20330d973249ce6a5b46