Commit Graph

165 Commits

Author SHA1 Message Date
Ghanshyam Mann 2cf8714a96 Cleanup the retired repo
This repo is not properly retired. Retired repos can only have two files:
- README.rst
- gitreview

To cleanup the retirement of this repo, keeping these two files only and
removing the other remaining files if there is any.
Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup

Change-Id: Id7e150f2d40f7abdd0af407f71f6ac5388567b4b
2020-08-05 20:00:00 -05:00
Zuul 8e194ee518 Merge "Retire oslosphinx" 2019-04-22 13:08:38 +00:00
OpenDev Sysadmins f92583cfc3 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.
2019-04-19 19:49:15 +00:00
Stephen Finucane 6676aa9256 Retire oslosphinx
Change-Id: I8c132b41ac325b3ad9c420df583d19b08c18f690
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Closes-Bug: #1713543
Depends-On: https://review.openstack.org/#/c/649954/
2019-04-04 09:53:27 +00:00
Zuul db2ca62a96 Merge "Update hacking version" 2019-01-22 16:37:12 +00:00
zhouxinyong 68a9e34cbd Change openstack-dev to openstack-discuss in setup.cfg
Change-Id: Id849b16f7992156e3c873da13a453cdd830e8f92
2019-01-22 20:17:37 +08:00
ZhijunWei 9e0a4fd2f4 Update hacking version
Change-Id: I56ab0cf7cc1320c4610b9937544e225b2bbe482d
2018-12-28 22:52:19 +08:00
zhangshj 1df6fcbc1e Replacing the HTTP protocal with HTTPS in layout.html
Change-Id: I2f5a23121195813e3c5a9aa4e1a1fd636fbfc620
2018-12-16 13:14:33 +08:00
zhouxinyong e02631f2ec Applying the HTTPS protocal in usage.rst.
To keep the website in this file be more robust,we'd better update the 
links to HTTPS type

Change-Id: I0876c1bc076443fcdeb5d8a01ed5145376ee6866
2018-12-06 17:47:05 +00:00
wangqi 1dbb72d330 Title underline too short
Change-Id: Ifeea1e1c5b96c129bb07a3c4a3d87a7fac32f4dd
2018-11-07 08:55:07 +00:00
ZhijunWei b1f33b71e4 Update the home-page to latest
Change-Id: Iabf8b371650d10bf96e7aae2f4a6ee891262b532
2018-08-28 08:22:28 -04:00
Doug Hellmann 43b94da3f8 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: I6745a0dfcf074e2fa2a23347d56f977e9f25d298
Story: #2003250
2018-08-03 17:46:33 -04:00
Doug Hellmann 4de1ee38fb set default python to python3
Set the default python to python3 except for the py27 environment. We
have to set that explicitly to override the new default.

Change-Id: I9d9b80a6e177f7a3a1e20be8da5f603b95ad2deb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-13 16:08:24 -04:00
Zuul 5f70c35a0d Merge "fix error url" 2018-02-05 16:11:27 +00:00
melissaml 44fbe41d73 fix error url
Change-Id: I0686947d4edc8fe609158cd979d7530b89912394
2018-02-05 23:38:58 +08:00
OpenStack Release Bot 47168b77fb Update reno for stable/queens
Change-Id: Ia4367f6157386af31b1064babf85a21f3010d676
2018-01-24 18:09:15 +00:00
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
2017-12-02 19:30:57 +01:00
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
2017-12-01 09:53:48 +01:00
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
2017-11-16 21:50:07 +01:00
OpenStack Proposal Bot 5c873d8ddc Updated from global requirements
Change-Id: I2536e161b46302370f61fa694ca901a29b8f23e7
2017-11-16 11:22:22 +00:00
Jenkins eae6cb9cc7 Merge "mark oslosphinx as obsolete" 2017-09-20 12:09:47 +00:00
OpenStack Proposal Bot 435f32cba2 Updated from global requirements
Change-Id: Ica1679316cc0607e86fb92567feb77293ed72f3e
2017-09-13 13:01:18 +00:00
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>
2017-08-28 13:49:02 -04:00
OpenStack Proposal Bot ca50e5e22b Updated from global requirements
Change-Id: I8894695f4f52e34e9751627134dcfdd76cfe963a
2017-08-18 11:40:35 +00:00
OpenStack Release Bot d26b37d544 Update reno for stable/pike
Change-Id: I32865a1c5ccf92819fd81d201fdcd5668db04bb2
2017-07-28 21:05:54 +00:00
OpenStack Proposal Bot ea22a7f1db Updated from global requirements
Change-Id: Ic91fbd1f71f387904013d10db2e7423e9468a850
2017-07-27 19:20:09 +00:00
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
2017-07-06 09:28:56 +08:00
OpenStack Proposal Bot deaa0fe9c4 Updated from global requirements
Change-Id: Ib5c497bcd598a7cc942b68266185de7b4229e592
2017-06-27 12:20:45 +00:00
Jenkins 9605448df6 Merge "Remove pbr warnerrors in favor of sphinx check" 2017-06-12 13:10:18 +00:00
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
2017-06-12 08:48:29 +07:00
OpenStack Proposal Bot 12af45e849 Updated from global requirements
Change-Id: I0c939b738ffc5b687525edac8a3a46d5dbea3eb1
2017-06-10 21:47:16 +00:00
Jenkins 456bd685a6 Merge "Fix outdated quantumclient reference" 2017-06-05 02:31:16 +00:00
OpenStack Proposal Bot 46d9b321e4 Updated from global requirements
Change-Id: I040beaf33de74c24a195ef13175e8a6ccbd30882
2017-06-02 22:05:52 +00:00
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
2017-06-02 12:56:53 +02:00
Thomas Bechtold 9380c0cab9 Fix intersphinx mapping for neutron
quantum is long gone. Replace it with neutron.

Change-Id: I2e22798fc66712ffe8a87b61ca9083d9a3c6e35c
2017-05-29 19:03:25 +02:00
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
2017-05-24 11:32:53 +02:00
OpenStack Proposal Bot 82420fe66b Updated from global requirements
Change-Id: I9f9eb8ad948a52ef7d5e41cb7eab227482347131
2017-05-17 03:57:04 +00:00
OpenStack Proposal Bot 9cd021f0bd Updated from global requirements
Change-Id: I3796dc1db17d753920b5848a5df556e26154b3da
2017-04-12 04:20:31 +00:00
OpenStack Proposal Bot a800d4c3df Updated from global requirements
Change-Id: Ia8a6ecd29abcf831019d00dccab2b09829929529
2017-03-02 17:51:35 +00:00
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
2017-03-02 18:15:11 +08:00
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
2017-02-22 09:47:38 -05:00
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>
2017-02-15 11:58:32 -05:00
OpenStack Proposal Bot 63b3002737 Updated from global requirements
Change-Id: I159de927d5f63b363a1e643c661f8f19b386cb4a
2017-02-11 17:50:49 +00:00
OpenStack Proposal Bot dced1da347 Updated from global requirements
Change-Id: Ic6ad4e5907f8f8d67f349396ecfdedf64740cbde
2017-02-10 05:58:09 +00:00
gengchc2 47b6f688ab Use https instead of http for git.openstack.org
Trivialfix

Change-Id: I5277e07ec42762c06a41d9efe4c6038a9fefb6ef
2017-02-07 10:38:19 +08:00
OpenStack Release Bot 63dda5e0da Update reno for stable/ocata
Change-Id: I261b16afd4f59737dd096fce24a582fa6ccb071a
2017-01-20 19:16:10 +00:00
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
2017-01-17 10:39:15 -08:00
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
2016-12-20 14:34:44 +11:00
OpenStack Proposal Bot a5271974a2 Updated from global requirements
Change-Id: I856b99d980fb4354b7ed8927b70949b8144b46d5
2016-12-02 05:12:39 +00:00
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
2016-11-25 13:08:34 +01:00