Commit Graph

153 Commits (queens-eol)
 

Author SHA1 Message Date
OpenDev Sysadmins e5a23b033e OpenDev Migration Patch
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.
4 years ago
Doug Hellmann f11cb3b9f3 import zuul job settings from project-config
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: Ibf191e862dab4c2fec39e42719fcf5947523d9fb
Story: #2003250
5 years ago
OpenStack Release Bot 3d1953937c Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: I3e318e28b420561766bd4d42de8a11820da73224
5 years ago
OpenStack Release Bot d516015c9e Update .gitreview for stable/queens
Change-Id: I4c6f85b2f19021aec5c25425542c299e356c9aa4
5 years ago
Andreas Jaeger 1de073c3d2 Remove -U from pip install
'pip install -U' ugrades specified packages, this is not necessary
since we use constraints, remove the parameter '-U' from the line.

With tools/tox_install.sh - which a previous change of mine removed -
the -U was not harmful, but with the current set up, it might cause
upgrades, so remove it.

Change-Id: I04613ffda0f9a15bcc5a7fe67fafc22fd08cd204
6 years ago
Andreas Jaeger 417534ba7e Avoid tox_install.sh for constraints support
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: I3dc0cbfa99564e7f45e8ef7b1687464e8d78c600
6 years ago
Andreas Jaeger 2c97339365 Remove setting of version/release from releasenotes
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: Ib05158e7e02eca588941c0a710a8f9dd433934ca
6 years ago
OpenStack Proposal Bot 5c873d8ddc Updated from global requirements
Change-Id: I2536e161b46302370f61fa694ca901a29b8f23e7
6 years ago
Jenkins eae6cb9cc7 Merge "mark oslosphinx as obsolete" 6 years ago
OpenStack Proposal Bot 435f32cba2 Updated from global requirements
Change-Id: Ica1679316cc0607e86fb92567feb77293ed72f3e
6 years ago
Doug Hellmann 007da6c913 mark oslosphinx as obsolete
We cannot remove the contents of master and retire the repository
until we can turn off the test jobs, and we can't do that until the
stable/pike branch is marked EOL. So, for now, update the README to
indicate that the library should no longer be used.

Change-Id: I3495ea4ff2b30cb3debbc3aaf0e73e9d2b6f4206
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
6 years ago
OpenStack Proposal Bot ca50e5e22b Updated from global requirements
Change-Id: I8894695f4f52e34e9751627134dcfdd76cfe963a
6 years ago
OpenStack Release Bot d26b37d544 Update reno for stable/pike
Change-Id: I32865a1c5ccf92819fd81d201fdcd5668db04bb2
6 years ago
OpenStack Proposal Bot ea22a7f1db Updated from global requirements
Change-Id: Ic91fbd1f71f387904013d10db2e7423e9468a850
6 years ago
lingyongxu 1cb173e6a7 Switch from oslosphinx to openstackdocstheme
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: Ib35eb111e766b244d03eb9b52badb54d08efb07b
6 years ago
OpenStack Proposal Bot deaa0fe9c4 Updated from global requirements
Change-Id: Ib5c497bcd598a7cc942b68266185de7b4229e592
6 years ago
Jenkins 9605448df6 Merge "Remove pbr warnerrors in favor of sphinx check" 6 years ago
Vu Cong Tuan f9547d5c26 Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/
2017-March/113085.html

Change-Id: I59291198f7a216df2f5e5beb2915f48e5a26bd89
6 years ago
OpenStack Proposal Bot 12af45e849 Updated from global requirements
Change-Id: I0c939b738ffc5b687525edac8a3a46d5dbea3eb1
6 years ago
Jenkins 456bd685a6 Merge "Fix outdated quantumclient reference" 6 years ago
OpenStack Proposal Bot 46d9b321e4 Updated from global requirements
Change-Id: I040beaf33de74c24a195ef13175e8a6ccbd30882
6 years ago
Dirk Mueller 07d37b4ef3 Fix outdated quantumclient reference
the rename to neutronclient has been some time ago already. Also
the link was pointing to swift instead, which seems like an obvious
copy&paste mistake.

Change-Id: I2596e7500dedd01caa624377633754bf4a56fb48
6 years ago
Thomas Bechtold 9380c0cab9 Fix intersphinx mapping for neutron
quantum is long gone. Replace it with neutron.

Change-Id: I2e22798fc66712ffe8a87b61ca9083d9a3c6e35c
6 years ago
Javier Pena ef759e96d1 Fix doc build from tarball using eventlet>0.19.0
When subprocess is monkey-patched using eventlet, trying to catch
subprocess.CalledProcessError exception won't work [1]. This breaks
doc build from a tarball, so let's catch all exceptions.

[1] https://github.com/eventlet/eventlet/issues/357

Change-Id: Ibcf535c6e4994a67fc3ec71631a81ecb91dd2845
Closes-Bug: #1693148
6 years ago
OpenStack Proposal Bot 82420fe66b Updated from global requirements
Change-Id: I9f9eb8ad948a52ef7d5e41cb7eab227482347131
6 years ago
OpenStack Proposal Bot 9cd021f0bd Updated from global requirements
Change-Id: I3796dc1db17d753920b5848a5df556e26154b3da
6 years ago
OpenStack Proposal Bot a800d4c3df Updated from global requirements
Change-Id: Ia8a6ecd29abcf831019d00dccab2b09829929529
6 years ago
ricolin 625bcc6778 [Fix gate]Update test requirement
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

Change-Id: I6b487922bde32b233eaffbcf76a94144bec06837
6 years ago
Beth Elwell b29dc2937e Amended dev documentation side navigation
Amended developer documentation side navigation to add an option for
clearly returning to the project developer documentation home page.
Previously it was possible to return to the home page by clicking
'table of contents' however this is not obvious and makes it hard
to get around the complete project documentation once you have left
the homepage.

This patch removes the link from 'table of contents' which is
misleading, and a link is added beneath this header to say 'Return
to project home page'.

Change-Id: I7cf96acead62f00224ca9217a80760b4a65d42d6
Closes-bug: #1666323
6 years ago
Doug Hellmann 2f8d5756fb add more clear guidelines for when using oslosphinx is appropriate
Based on the branding guidelines linked in this patch, projects that are
not officially under governance should not use the theme in most
circumstances.

Change-Id: Id6ded25a20965803ddbca0c2e587d3f4c476168f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
6 years ago
OpenStack Proposal Bot 63b3002737 Updated from global requirements
Change-Id: I159de927d5f63b363a1e643c661f8f19b386cb4a
6 years ago
OpenStack Proposal Bot dced1da347 Updated from global requirements
Change-Id: Ic6ad4e5907f8f8d67f349396ecfdedf64740cbde
6 years ago
gengchc2 47b6f688ab Use https instead of http for git.openstack.org
Trivialfix

Change-Id: I5277e07ec42762c06a41d9efe4c6038a9fefb6ef
6 years ago
OpenStack Release Bot 63dda5e0da Update reno for stable/ocata
Change-Id: I261b16afd4f59737dd096fce24a582fa6ccb071a
6 years ago
Eric Brown a45542eadb Remove references to Python 3.4
Now that there exists only a gate job for Python 3.5 and not 3.4,
we should remove those references to the 3.4 that is untested.

Change-Id: I5ca7599f52f2f091c15decce324799a5502ed144
6 years ago
Tony Breeds 8d1cf4f0d8 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslosphinx.

Change-Id: I3daafcf22e2d9a1cd73d389debe3b27eccc91910
7 years ago
OpenStack Proposal Bot a5271974a2 Updated from global requirements
Change-Id: I856b99d980fb4354b7ed8927b70949b8144b46d5
7 years ago
Flavio Percoco f97e6b3a80 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/4db6463001a25510a067b42a3cdf1033\n'

Change-Id: Ibdf60d28bb56c4372a9d8ac76ee3a8196c164523
7 years ago
OpenStack Proposal Bot 07323255f9 Updated from global requirements
Change-Id: I51daf01c62c18a5abb54d431959d6dabd50c3dd9
7 years ago
ChangBo Guo(gcb) e585ff0d86 Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: I1b07a37eaa57c0f1767a534c6208d62d572a80a4
7 years ago
Jenkins b82f250c2f Merge "Support more notice blocks like important, tip and caution" 7 years ago
OpenStack Proposal Bot f57e2e560a Updated from global requirements
Change-Id: I1cba85e6d8e8a794dae682f39216424402f5a7c3
7 years ago
avnish 030f9ba7bc Update homepage with developer documentation page
Change-Id: I67395d3b1396d177c58c7c0e509455251df97cf5
7 years ago
Akihiro Motoki c6b55af713 Support more notice blocks like important, tip and caution
Sphinx supports various notice blocks but the oslosphinx theme
does support only warning and note. openstackdoctheme used by
openstack-manuals project supports 'important', 'tip' and 'caution'
blocks. It would be nice if oslosphinx support these notices.
It reduces confusions on contributors to both types of projects.

Change-Id: I3e1db551b05fa681520763c24e2576f9ad5379d8
7 years ago
Ondřej Nový 5c765d5561 Fixed AttributeError: 'str' object has no attribute 'decode'
When git cmd fails, raw_version_list is set to empty 'str' and then
we are trying to decode it. This patch moves decoding inside try/catch
block, so we are decoding return value of subprocess call, which is bytes
in Python 3.

Change-Id: Ibd2f556355a6413beb21473ebfca3b836cbc1d73
7 years ago
David Stanek 3bcdfc6b77 Allow "Other Versions" section to be configurable
Adds a new option that allows the "Other Versions" section to be removed
if a project isn't interested in showing links to older versions. The
default value is False which means that it will be hidden.

Even though the setting is not backward compatible there are enough
broken documentation links in the OpenStack projects that this should be
opt-in behavior.

Change-Id: Ic4b47b19aa9db38557c37aed7722174b7dbdf4a1
Closes-Bug: #1599260
7 years ago
Jenkins dc8baacfbd Merge "fix other versions sidebar links" 7 years ago
OpenStack Proposal Bot e2ded8e307 Updated from global requirements
Change-Id: Icaf8086589d629798108ead9e1c57e3d1a19cae4
7 years ago
John Dickinson 3fc15a50f6 fix other versions sidebar links
Make the first one link to the current docs and the others
link with the appropriate prefix.

Filtered out previous versions that include "rc".

The number of versions is kept at 5 (current + 4 recent).

Closes-Bug: #1589731
Change-Id: I3a2e219913fc2c89634bcc2a757ccb4d3510883a
7 years ago
Joshua Harlow d901a7bd61 Subprocess returns bytes in py3
When later used the current code will break in
python3 due to:

TypeError: 'str' does not support the buffer
           interface

Change-Id: I11572dd510ce8255ed66de56d5d9000755f7fee2
7 years ago