summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitreview for stable/victoriastable/victoriaOpenStack Release Bot2022-07-220-0/+0
| | | | Change-Id: Ie93f9fdb685d86ffebc1ee9211f93e8f823be4c7
* Update TOX_CONSTRAINTS_FILE for stable/victoriaOpenStack Release Bot2022-07-221-1/+1
| | | | | | | | | | | | Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: Ie8bc408edb8485fed0602f9f119feb0536b90cfc
* Drop lower-constraints.txt and its testingGhanshyam Mann2022-07-223-77/+4
| | | | | | | | | | | | | | | | | As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I2eea42d3909896ea8606dc9cde681b2cc1cfb62f (cherry picked from commit 36510a81b03e9a8ede57db48a945a5a84f16cf40) (cherry picked from commit 4992bcf219d69b2dd5909bb6b80f16ec2e1915a8) (cherry picked from commit 45e04a0fdb87196c99754d26af75700147c338b7) (cherry picked from commit 60b4a24053418f0e3bdee56d57cbcd7908fc8ccf)
* Drop lower-constrait jobTakashi Kajinami2022-07-222-1/+1
| | | | | | | | | | | | | Lower-constraints is not required and has been dropped from Keystone because of an issue with the new dependency resolver in pip[1]. The job is currently broken so let's disable it to unblock gate first. [1] d6610594d1b766a8ee3ac65182b951f2a3d431f7 Change-Id: I67b8981b211c5d15154c919ea6f4f75639863437 (cherry picked from commit 0c4e2940ff709d47dd1ea7ffe34b70d451c67434) (cherry picked from commit 5a34011e83cb840fd36ad9edb19cc3b0fff9293b) (cherry picked from commit cb2faabe4016550df7963bc61c5d46f7a85c8a12)
* Fix doc error to unblock the gateRadomir Dopieralski2022-07-221-0/+1
| | | | | | | | /home/zuul/src/opendev.org/openstack/python-keystoneclient/.tox/docs/lib/python3.8/site-packages/keystoneauth1/fixture/discovery.py:docstring of keystoneauth1.fixture.discovery.DiscoveryList:1:duplicate object description of keystoneauth1.fixture.discovery.DiscoveryList, other instance in api/keystoneclient.fixture, use :noindex: for one of them Change-Id: Id2722a1b275be88af6d0337684f1eb012b7f4ce1 (cherry picked from commit f6569e22fc9a69bc2126fbc009121e88f17c0411) (cherry picked from commit 65883c41faf732a1e433651f3132869fe2bf82c0)
* Merge "Fix hacking min version to 3.0.1"victoria-em4.1.1Zuul2020-06-302-5/+1
|\
| * Fix hacking min version to 3.0.1Ghanshyam Mann2020-05-152-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. Also removing the hacking and other related dep from lower-constraints file as theose are blacklisted requirements and does not need to be present there. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I636e12ccfb0ad12bfe7f8095cbd196d36902f645
* | Merge "Use unittest.mock instead of third party mock"Zuul2020-06-1915-15/+15
|\ \
| * | Use unittest.mock instead of third party mockSean McGinnis2020-04-1815-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I7498ea2353cccca7b23d9ef74015a566ac431f90 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Merge "Switch to newer openstackdocstheme and reno versions"4.1.0Zuul2020-05-213-11/+12
|\ \ \
| * | | Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-203-11/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * parallelizing building of documents Update Sphinx version as well. openstackdocstheme renames some variables, so follow the renames. A couple of variables are also not needed anymore, remove them. Set openstackdocs_pdf_link to link to PDF file. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Depends-On: https://review.opendev.org/729744 Change-Id: I311a5daa382dfca07e618eb6cbb3f44bd0502b02
* | | Fix test-requirements.txtAndreas Jaeger2020-05-181-2/+1
| | | | | | | | | | | | | | | | | | | | | python_version==2.7 is not supported anymore, remove this line to unbreak the repo. Change-Id: I15de57f071a3080239a4418561e4ad610289e478
* | | Merge "Update the minversion parameter."Zuul2020-05-181-4/+2
|\ \ \ | |/ / |/| |
| * | Update the minversion parameter.Daniel Bengtsson2020-04-101-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the minversion parameter to use the python -m pip to install python packages: https://tox.readthedocs.io/en/latest/changelog.html#id185 It's recommend to use this. Remove the useless install_command parameter. Change-Id: I8c6081d58e22db10c62e2706a8fcddfccb3fa69d
* | | Merge "Add py38 package metadata"Zuul2020-05-051-0/+1
|\ \ \
| * | | Add py38 package metadataSean McGinnis2020-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I49640c50a7b78212a5c2ad03acb43be7adf98305 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | Bump default tox env from py37 to py38Sean McGinnis2020-04-241-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I35b2404890339a4e1f18adf49a2de58d45bb1523 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Merge "Add Python3 victoria unit tests"Zuul2020-04-221-1/+1
|\ \ \
| * | | Add Python3 victoria unit testsOpenStack Release Bot2020-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I3f8b39b40588804dc644de63d792f4178c019a7d
* | | | Merge "Update master for stable/ussuri"Zuul2020-04-222-0/+7
|\ \ \ \ | |/ / /
| * | | Update master for stable/ussuriOpenStack Release Bot2020-04-112-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: Ia7a2fc64bb5265b8705c33a8447cfaa06f2124c9 Sem-Ver: feature
* | | Fix the typo on attribute word.Daniel Bengtsson2020-04-211-2/+2
| |/ |/| | | | | | | | | Fix the typo for the attribute word in comment and docstring. Change-Id: Ic4a841c333d712a22503c1d7dc2d21619c601408
* | Fix docs publishingAndreas Jaeger2020-04-155-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | Use sphinx-build so that the output happens in the right place. Remove ChangeLog, instead link to the release notes. Use apidoc for API doc building. Fix main index page display so that title has higher level, use link to OpenDev. Change-Id: Iaa8d7f2143d411be31ad10b546455f18015566f3
* | Merge "Hacking: Fix F601"Zuul2020-04-152-7/+2
|\ \
| * | Hacking: Fix F601Andreas Jaeger2020-03-312-7/+2
| | | | | | | | | | | | | | | | | | | | | Fix F601 failures: F601 dictionary key '...' repeated with different values Change-Id: I4c12f5a2348371966215e1ae05b726e6d04b0c8f
* | | Import os-client-configAndreas Jaeger2020-04-141-0/+1
| |/ |/| | | | | | | | | | | | | | | keystoneclient-devstack-functional needs os-client-config installed, file keystoneclient/tests/functional/base.py imports it - but it's not in test-requirements.txt. Seems that we got it from a dependency in the past, so make this now explicit. Change-Id: I44217d614e2ad2238f8f00f2289b1c19f3bf436a
* | Cleanup py27 supportussuri-em4.0.0Andreas Jaeger2020-04-043-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete section from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore - Remove future import from doc/source/conf.py Change-Id: Ibf594171cea8f81cc4139b29cbdce54f6d5107a7
* | Merge "Update master for stable/train"Zuul2020-04-032-0/+7
|\ \ | |/ |/|
| * Update master for stable/trainOpenStack Release Bot2019-09-122-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I4809a26e1eab621087a4b00488074f7f706df7ce Sem-Ver: feature
* | Update hacking for Python3Andreas Jaeger2020-03-318-3/+13
| | | | | | | | | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: Ic161a8f88c28d88898863e5b9d9380016fbb0d08
* | [ussuri][goal] Drop python 2.7 support and testingVishakha Agarwal2020-01-225-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. python-keystoneclient is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ib6b6f7ca394dfa78cd5c8aeac0941dd625efef3b
* | Merge "Add support for app cred access rules"3.22.0Zuul2019-10-106-1/+194
|\ \ | |/ |/|
| * Add support for app cred access rulesColleen Murphy2019-08-216-1/+194
| | | | | | | | | | | | | | | | | | | | | | | | This change adds access_rules as a parameter for creating application credentials, and also adds the ability to list access rules and to retrieve and delete individual rules. Directly creating an access rule or updating one is not supported. bp whitelist-extension-for-app-creds Depends-On: https://review.opendev.org/671374 Change-Id: I490f1e6b421d4f36f588f83a511ce39b9b4204e2
* | Merge "Generate pdf documentation"train-em3.21.0Zuul2019-09-112-4/+27
|\ \
| * | Generate pdf documentationVishakha Agarwal2019-09-042-4/+27
| |/ | | | | | | | | | | | | | | | | This patch adds a new tox job/command for building the pdf version of documentation. tox -epdf-docs Change-Id: I0c0ef99190ea2a834bfdb47eb443b88a93bc802c
* | Merge "Add parent project filter for listing projects"Zuul2019-09-104-3/+47
|\ \
| * | Add parent project filter for listing projectsTakashi Kajinami2019-08-294-3/+47
| |/ | | | | | | | | | | | | | | | | | | This patch introduces the interface into listing project, to specify parent_id to filter projects which has the given project as their parent[1]. [1] https://docs.openstack.org/api-ref/identity/v3/?expanded=list-projects-detail#list-projects Change-Id: If78030425468d4f99cba708540142871a2bf9190
* | Fix unit tests broken by requests-mockTakashi Kajinami2019-09-062-3/+1
|/ | | | | | | | | | | | | Now requests-mock records request url in log[1], so it is invalid to check that the logger output does NOT contain request url. Also, fix url passed to request mock as now it requires complete url is passed [1] https://github.com/jamielennox/requests-mock/pull/93 Change-Id: I4bab30a6705b7cab6b5a569dd61c442263e39995
* Bump the openstackdocstheme extension to 1.20pengyuesheng2019-08-013-34/+1
| | | | | | | | | | | | | | Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Depends-On:https://review.opendev.org/#/c/660609/ Change-Id: I83ee2a89ae0a8158ed955581b738cea6ca93707d
* Merge "Update the constraints url"3.20.0Zuul2019-07-101-1/+1
|\
| * Update the constraints urlpengyuesheng2019-07-031-1/+1
| | | | | | | | | | | | For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ia23ddddb2c1488ea6bc036507f13e6adcf52108e
* | Merge "Add support for app cred access rules header"Zuul2019-07-101-3/+18
|\ \
| * | Add support for app cred access rules headerColleen Murphy2019-02-251-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This header is set to indicate to the keystone server that the client, usually keystonemiddleware, will validate application credential access rules. If not provided and the token uses access rules, the server will return a 401. bp whitelist-extension-for-app-creds Change-Id: I64ac952d663e916150fbf7e5a8f70b76dddf3319
* | | Blacklist bandit 1.6.0 & cap sphinx for 2.7Vishakha Agarwal2019-07-042-3/+5
| |/ |/| | | | | | | | | | | | | | | | | | | | | The latest version of bandit has broken directory exclusion, so multiple test files are getting flagged. This change blocks version 1.6.0 while this issue is fixed for 1.6.1. This change also caps sphinx at <2.0.0 for python version 2.7. This also updates the keyring version. Change-Id: I69a86ef21791698e4dd749fe5640fcdc7df1b0fc
* | Add Python 3 Train unit testsCorey Bryant2019-06-282-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I88c28ddf9601bb7b69b663a44562ab2c118050de Story: #2005924 Task: #34215
* | Follow bandit B105: hardcoded_password_stringVishakha Agarwal2019-06-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | tox -e bandit failing due to the string 'token' in [1]. According to the bandit 105 any password assigned to a string should not contain any of the variables in [2] [1]https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/common/cms.py#L41 [2]https://bandit.readthedocs.io/en/latest/plugins/b105_hardcoded_password_string.html Change-Id: I822e1195532df2b701f10087cabceda458211986
* | Merge "Update json module to jsonutils"Zuul2019-05-024-16/+18
|\ \
| * | Update json module to jsonutilscao.yuan2019-02-254-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oslo project provide jsonutils, and keystoneclient use it in many place[1], this PS to update the remained json module to oslo jsonutils for consistency. [1]: https://github.com/openstack/python-keystoneclient/search?utf8=%E2%9C%93&q=jsonutils&type= Change-Id: Id5275b5e6b5bf8f6d54406dac7ab95a30828cf58
* | | Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-242-2/+2
| | | | | | | | | | | | | | | Change-Id: Ifdc21541715cc03b0f6eac5a27a7ee3009d53046 Closes-Bug: #1826197
* | | OpenDev Migration PatchOpenDev Sysadmins2019-04-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.