- 02 Jun, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. 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. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I7966fa4281dde7e6340d632333ea8f8b84128bde
-
- 13 May, 2020 1 commit
-
-
Andreas Jaeger authored
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Use newer openstackdocstheme,reno and Sphinx versions - Remove install_command from tox.ini, the default is fine - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete - Update hacking to 3.0.1, fix warnings found - Remove babel.cfg, it's not needed anymore Change-Id: I60edb7e44e4a8222f564f30157eb31288b85b422
-
- 26 Apr, 2020 1 commit
-
-
Zuul authored
-
- 24 Apr, 2020 2 commits
-
-
Sean McGinnis authored
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: I0bad7c33e0692d3e1e0d59e48afe43f96e903f59 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
Sean McGinnis authored
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: I2924b0406a317523e94cb1efdc24cb96b1cba0ee Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 18 Apr, 2020 1 commit
-
-
Sean McGinnis authored
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: I64f6f5df4d82faef205e5019be5a41c1b1f1f1fa Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 11 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
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: I48909423d8b440c9bea096d78e9a43721a64a44e
-
OpenStack Release Bot authored
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: I601c11532c23cdccc8666218757f777045981158 Sem-Ver: feature
-
- 08 Apr, 2020 1 commit
-
-
Romain de Joux authored
Still use PATH_INFO by default if s3api not enabled and swift.backend_path not available Depends-On: https://review.opendev.org/#/c/718086/ Change-Id: Ibb5fc6a717b9bc938aa86c4550d156fe93dae65c
-
- 07 Apr, 2020 1 commit
-
-
zhurong authored
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 sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I1db16203ad150c6286c0ca833c01a456981d0a73
-
- 06 Dec, 2019 1 commit
-
-
Zuul authored
-
- 07 Nov, 2019 1 commit
-
-
Zuul authored
-
- 02 Nov, 2019 1 commit
-
-
Andreas Jaeger authored
This repo is the only user of lib-forward-testing-plugin template, replace it with a native integration job that installs all repos from source and runs ceilometer - as the only job in lib-forward-testing-plugin does. Change-Id: I255c0ddd220633b566b9376473ede4b7ed16ca34
-
- 30 Oct, 2019 1 commit
-
-
Ghanshyam Mann authored
OpenStack is dropping the py2.7 support in ussuri cycle. ceilometermiddleware 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://review.opendev.org/#/c/691178/ Change-Id: I48f75b701ecc4eee3134473bc854a0825b705203
-
- 25 Oct, 2019 1 commit
-
-
zhangboye authored
Change-Id: I54f4146287fe777f228474442ae61d5ef045f5f7
-
- 24 Sep, 2019 1 commit
-
-
Thomas Bechtold authored
OpenStack moved to openstackdocstheme so use it here instead of oslosphinx. Also update the used Sphinx version. This is now in sync with the versions from requirements/global-requirements.txt . Change-Id: I0ffbea9b83abe9d9ae3886e7a427fc01637b36ea
-
- 20 Sep, 2019 1 commit
-
-
OpenStack Release Bot authored
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: Idb3ee39f878ecf60eed10cb53efa61be57a046a7 Sem-Ver: feature
-
- 09 Aug, 2019 1 commit
-
-
Romain LE DISEZ authored
Change-Id: I39cbbe5915ab95fb0927b0899b8f09870b4c0b07
-
- 13 Jul, 2019 1 commit
-
-
Zuul authored
-
- 09 Jul, 2019 1 commit
-
-
zhurong authored
Change-Id: Ia36e5025d8db1568c5512263833c558c55c10f59
-
- 05 Jul, 2019 1 commit
-
-
Corey Bryant authored
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: I1ceedbdc843eb7aabfe76f3c0ab619fd89fb7524 Story: #2005924 Task: #34251
-
- 24 Apr, 2019 1 commit
-
-
Le Hou authored
Change-Id: I9c7c2fd7ef632a13a1802c237169f15338e1f8a4
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
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.
-
- 18 Apr, 2019 1 commit
-
-
Zuul authored
-
- 16 Apr, 2019 1 commit
-
-
Ghanshyam Mann authored
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: I0ca06f40683426e95bb83647c902efab74b6b311
-
- 18 Mar, 2019 1 commit
-
-
OpenStack Release Bot authored
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: Id11cff0124cc72e5bfab01e90beb1e59197cdbfa Sem-Ver: feature
-
- 04 Dec, 2018 1 commit
-
-
prankul mahajan authored
Mailing lists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I758b50f7aa82474c0800fbeb8dd62638169de359
-
- 05 Nov, 2018 1 commit
-
-
Zuul authored
-
- 31 Aug, 2018 3 commits
-
-
Doug Hellmann authored
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: I2c8a317ab5ebd902a27927fb140e0078da8a6565 Story: #2002586 Task: #24339
-
Doug Hellmann authored
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs 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: I56fb9c79ec4e9b7e9ed656e67d90826b6365ae8a Story: #2002586 Task: #24339
-
Doug Hellmann authored
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: Iac6bad9eea41b3c301ab354336a96b0d867a2412 Story: #2002586 Task: #24339
-
- 10 Jul, 2018 1 commit
-
-
Vu Cong Tuan authored
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: Ic7db0e419ccf6f7b05058950ec8a76378b428719
-
- 06 Jun, 2018 1 commit
-
-
Doug Hellmann authored
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: I39b4965e5f9b7b77d12beee09f87fadb23aee5d5 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 01 Feb, 2018 1 commit
-
-
OpenStack Release Bot authored
Change-Id: Idda29c75774702a8ceb11406f6ac2d5236973b07
-
- 28 Nov, 2017 1 commit
-
-
Zuul authored
-
- 23 Nov, 2017 1 commit
-
-
Yuanbin.Chen authored
Change-Id: I4e77970070ad30a517722f4a621cd7198273f60c Signed-off-by:Yuanbin.Chen <cybing4@gmail.com>
-
- 17 Nov, 2017 1 commit
-
-
Andreas Jaeger authored
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. Also, use openstackdocstheme for releasenotes. 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: I1357eda2330c095bdc1e3a3697faabfbca4b6a8e
-
- 28 Jul, 2017 1 commit
-
-
OpenStack Release Bot authored
Change-Id: I4cf736232777445d647c6b6cfc3a0697c16a754b
-
- 23 Jun, 2017 1 commit
-
-
Julien Danjou authored
Both devstack and TripleO uses "service" by default. Nothing uses "services". Change-Id: I6723dd0db66f57572ee53eecd89c93137e69e63b
-
- 19 May, 2017 1 commit
-
-
Mehdi Abaakouk authored
We currently allows only project uuid, but this is a pain for deployer. Also the default is a project name which doesn't work... This change queries keystone to retrieve project ids when the ignore_projects list are names. By default, if auth_type is not set, we keep the previous behavior to not query keystone. Change-Id: I270d080d3e65eb6b0cd823498a4dd37389c49221
-