summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainstable/trainOpenStack Release Bot2019-09-201-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/train branch, tests will continue to use the upper-constraints list on master. Change-Id: Ife08107070e38d712a4567cf336d3857e891fcbe
* Update .gitreview for stable/trainOpenStack Release Bot2019-09-201-1/+2
| | | | Change-Id: I79c8fd5f6551adf8b07c85d25185121ba0bd3fa1
* Merge "More details when logging 413 Entity Too Large"train-em3.38.1Zuul2019-07-162-3/+13
|\
| * More details when logging 413 Entity Too LargeJohan Guldmyr2019-07-102-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I spent a few days figuring out what was making the OS-FEDERATION mapping rules create/update API calls return "413 Entity Too Large" errors for our CentOS7/haproxy/apache/mod_wsgi/keystone/python2 setup. To make this a bit easier for future users then I would like to include max_request_body_size and its value in the response and also log the error. Retaining the "Request is too large." bit in the message is intended to also make it easier to find where the limit is set. Resulting log error in keystone looks like: 2019-07-04 06:52:13.217789 | ubuntu-bionic | INFO [oslo_middleware.sizelimit] Request is too large. Larger than max_request_body_size (114688). Change-Id: Ic66882afba25222ab8464ac9194c5002c8666db1 Closes-Bug: #1835363 Signed-off-by: Johan Guldmyr <johan.guldmyr@csc.fi>
* | Merge "Add Python 3 Train unit tests"Zuul2019-07-103-3/+3
|\ \
| * | Add Python 3 Train unit testsCorey Bryant2019-07-053-3/+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: Ib541de637ecbee664fa281b5920ece2c66055b13 Story: #2005924 Task: #34234
* | Merge "Blacklist sphinx 2.1.0 (autodoc bug)"Zuul2019-07-081-1/+1
|\ \
| * | Blacklist sphinx 2.1.0 (autodoc bug)pengyuesheng2019-07-041-1/+1
| |/ | | | | | | | | | | | | See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Depend-On: https://review.opendev.org/#/c/663060/ Change-Id: Idc95dd7ecad8f93d03960038af74aea3c55d93d2
* | Bump the openstackdocstheme extension to 1.20pengyuesheng2019-07-053-78/+1
|/ | | | | | | | | | | | Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Ibba92185735ed6b41486678fab6390a3168888e2
* Merge "Dropping the py35 testing"Zuul2019-05-283-3/+2
|\
| * Dropping the py35 testingGhanshyam Mann2019-04-153-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: Idfbab7fbd4f69f041dfe88801e4808e45ccde329
* | Cap Bandit below 1.6.0 and update Sphinx requirementBen Nemec2019-05-152-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Bandit 1.6.0 accidentally changed how the exclusion list option is handled and breaks our use of it. Cap to the previous version until Bandit has fixed the problem. Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there as well. Change-Id: Ifdad77dfc957ed90da88efe729cc6b35e96f0392 Reference: https://github.com/PyCQA/bandit/pull/489
* | Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-304-8/+8
| | | | | | | | Change-Id: I0ab27098deb48de60b4d93cbedf59c1d0aa4f318
* | OpenDev Migration Patch3.38.0OpenDev 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 "Do not use the deprecated best_match() method"Zuul2019-04-163-4/+6
|\ \ | |/ |/|
| * Do not use the deprecated best_match() methodCyril Roelandt2019-03-283-4/+6
| | | | | | | | | | | | This requires an upgrade of WebOb to 1.8.0. Change-Id: Ifb0abb958ca30f19b4937384d9d732e2dc4e35a5
* | Fix invalid escape sequence warningsSean McGinnis2019-04-113-4/+5
| | | | | | | | | | | | | | | | | | | | Py36 is more strict about escape sequences in strings. Regex patterns often cause warnings due to not being normal escape sequences. This gets rid of a few warnings by switching these regex strings to use raw strings. Change-Id: Ied16e55780f2bf73fac54e0afc8394af468a67b8 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Merge "Update hacking version"Zuul2019-03-264-19/+16
|\ \ | |/ |/|
| * Update hacking versionjacky062019-03-204-19/+16
| | | | | | | | | | | | Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I80abc19501fafe2397f3362719182fea870fdca7
* | Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
|/ | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: Ib7ab89cd26c93f5f509416c6623d60a9eb1099ce Sem-Ver: feature
* add python 3.7 unit test jobstein-em3.37.1ZhongShengping2019-02-191-0/+1
| | | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Story: #2004073 Task: #27440 Change-Id: I39c385c2dda84f968baa8485c9e7d1949b3c23d5
* Use template for lower-constraintsAndreas Jaeger2018-12-201-11/+6
| | | | | | | | | | | Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Change-Id: Ib36e3198dac83daa7db3556e975c85d2ea02275c Needed-By: https://review.openstack.org/623229
* Update mailinglist from dev to discussZhongShengping2018-12-051-1/+1
| | | | | | | openstack-dev was decomissioned this night in https://review.openstack.org/621258 Update openstack-dev to openstack-discuss Change-Id: Idd212417ed7c8fbf715bfca0179e5220fbc73901
* Merge "Document security considerations for detailed healthcheck"3.37.0Zuul2018-10-231-1/+5
|\
| * Document security considerations for detailed healthcheckBen Nemec2018-10-051-1/+5
| | | | | | | | | | | | | | | | | | The detailed healthcheck output includes some potentially sensitive information like stack traces of the service. This may be unacceptable in some organizations and we should point it out in the help for the option. Change-Id: Ic10c29f39ef601e4c7873acb0d56e1ec8e4ebcb3
* | Clean up .gitignore references to personal toolsZhongShengping2018-10-151-9/+12
|/ | | | | | | | | | | | | | | | | | | | | | | | Developers run all sorts of different tools within Git repositories, any of which can leave their own special trashfiles all over the place. We can't every hope to catalog them all, so better to recommend developers simply configure a global core.excludesfile to filter the irrelevant files which tend to get created by their personal choice of tools. To this end, remove the long-standing sections for "Mr Developer" and "Editors" since their mere existence here sends the signal that we welcome (and have time to review) additions for any old tool someone ever might happen to try. Also add a comment block explaining this, for clarity. We can, and should of course, continue to list files created by the tools recommended by our workflow (test frameworks called from tox, documentation and packaging builds, et cetera). This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb from the openstack-dev/oslo-cookiecutter repository. Change-Id: Icf9e4f4e7720d5dce2b9ff10710bf2420f755f2a
* Remove moxstubout usageChuck Short2018-08-211-5/+2
| | | | | | | | As of version 3.5.0 moxstub will be deprecated, so remove it where it has been used. Change-Id: Ic98f3035fd9dff165259e3d194ab5eea11469169 Signed-off-by: Chuck Short <chucks@redhat.com>
* add lib-forward-testing-python3 test jobDoug Hellmann2018-08-111-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I59eeea92cab5c2b4fcbc7c507b8bd2b6abc80c85 Story: #2002586 Task: #24322
* add python 3.6 unit test jobDoug Hellmann2018-08-071-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I14e44f940532229fda52310169c7ad147bd7be63 Story: #2002586 Task: #24322
* import zuul job settings from project-configDoug Hellmann2018-08-031-0/+8
| | | | | | | | | | | | | | | 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. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I55106795e8a7813dba07bc250cd4fb098c9ea174 Story: #2003250
* Update reno for stable/rockyOpenStack Release Bot2018-07-262-0/+7
| | | | Change-Id: I85c956d727c9bbdb4df2eb89316c248874993c26
* Switch to stestrrocky-em3.36.0Vu Cong Tuan2018-07-046-11/+7
| | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I9b230222866d41a12713f321cee88da896ba76a1
* Add release notes link to READMEmelissaml2018-06-211-1/+2
| | | | Change-Id: I4facaa0cf8cdc72411d80207a8a64d0657a9eb56
* fix tox python3 overridesDoug Hellmann2018-06-061-1/+6
| | | | | | | | | | | | | | | We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I16855b85149c1e0dc98f12e6380a1d20b857590f Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Remove stale pip-missing-reqs tox testKenneth Giusti2018-05-021-8/+0
| | | | | | | | | | pip_missing_reqs tool is no longer maintained and has broken with release 10 of pip Refer to: http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html Change-Id: I0900ca95d7a5988933edc451bf3b912d9a84840f
* Trivial: Update pypi url to new urlmelissaml2018-04-211-2/+2
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I1d9424b280623d3de16ff239872bfeb8ebe60fc3
* set default python to python3Doug Hellmann2018-04-131-1/+4
| | | | | | | | Set the default python to python3 except for the py27 environment. We have to set that explicitly to override the new default. Change-Id: I1ec3c534cdc0a4850d5873eb5ec2a70701cb4141 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* add lower-constraints jobDoug Hellmann2018-03-243-0/+65
| | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I477dc48b392c20e93c69464b2b45c21ba7f4805b Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Merge "Updated from global requirements"Zuul2018-03-222-3/+3
|\
| * Updated from global requirementsOpenStack Proposal Bot2018-03-212-3/+3
| | | | | | | | Change-Id: I6d677d3d160c5730e7e2d8b00211eac22fe1a918
* | pypy is not checked at gateAnusree2018-03-211-1/+1
|/ | | | Change-Id: Ife9b091d92f3fe23bd3b099185d866fc7bfc6e45
* Follow the new PTI for document buildZhongShengping2018-03-023-4/+11
| | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I35fb490d34af834182522a856d6ab7e24d0ec678
* Imported Translations from Zanata3.35.0OpenStack Proposal Bot2018-03-012-9/+9
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I633afcf1828de3c0dae91beb466b09a3cafe106e
* Imported Translations from ZanataOpenStack Proposal Bot2018-02-071-3/+7
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iaad0d3546beb586dc0e848b2f114c3d937f50ef7
* Merge "Update reno for stable/queens"Zuul2018-01-292-0/+7
|\
| * Update reno for stable/queensOpenStack Release Bot2018-01-242-0/+7
| | | | | | | | Change-Id: I055063eaed15bde67002b6e6df5445e7145d8330
* | Updated from global requirementsOpenStack Proposal Bot2018-01-241-1/+1
|/ | | | Change-Id: I0500df5e85a580dca97636bd859d444e351f31b0
* Updated from global requirementsOpenStack Proposal Bot2018-01-181-1/+1
| | | | Change-Id: I25430886340a31c45b3c378af040c6891aad71f0
* Merge "Updated from global requirements"Zuul2018-01-170-0/+0
|\
| * Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| | | | | | | | Change-Id: I9707afac22f4818e356cc02b60528e4913849296