Commit Graph

11 Commits

Author SHA1 Message Date
Adam Harwell f8d023fbfe Retiring neutron-lbaas
Depends-On: https://review.opendev.org/#/c/658493/
Change-Id: Ia4f4b335295c0e6add79fe0db5dd31b4327fdb54
2019-05-11 03:18:03 -07:00
Michael Johnson da74ad0428 Remove the references to oslosphinx
oslosphinx is deprecated, fails with sphinx 2, and is going away.
This updates neutron-lbaas to use a basic openstackdocstheme.

Change-Id: Iffc66fecd1b94a2cd94ec7da27bb273784644c0b
2019-04-01 11:56:44 -07:00
Guoqiang Ding ada1db0561 Update new documentation PTI jobs
For compliance with the Project Testing Interface as described in [1].
For more detailed information, please refer to [2].

[1] https://governance.openstack.org/tc/reference/project-testing-interface.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: Ia6b5bc846ecf8550bce8506046a52e1f67ef28de
2018-07-17 13:08:08 +02:00
Michael Johnson e4aba85427 Mark neutron-lbaas as deprecated
As of Queens neutron-lbaas is now deprecated.
See the FAQ for more information:
https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation

Change-Id: I54010cea8a8d2c0b510319c454a07da6b06cc9c3
2018-02-01 02:41:48 +00:00
Monty Taylor 11b0c0e2f3
Remove vestigate HUDSON_PUBLISH_DOCS reference
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.

Change-Id: I1944cfe84eec136457f2d15a297d80b63ce74e5e
2017-09-02 08:40:38 -05:00
M V P Nitesh c8cef78f5e Fix doc generation for Python3
Fix the Sphinx html_last_updated_fmt for Python3.
The html_last_updated_fmt option is interpeted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: Id991d62d87285bf4901a89af64bac138e3ca263e
2017-04-17 17:19:37 +05:30
Thomas Bechtold 6357626a3b Fix doc build if git is absent
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: I3e640481c23e0796eaf3cff4a53b387475a1d611
Closes-Bug: #1552251
2016-04-13 09:55:35 +02:00
Andreas Jaeger d08b4453a2 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-02-29 19:55:49 +01:00
LiuNanke 0a718818f4 Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Closes-bug: #1529836

Change-Id: I61cf2ff6ef939b97c1c70325e15b89a47e5646e4
2016-01-10 04:22:34 +08:00
Brandon Logan 4a740919f0 Add jobs dashboard to docs
Adds dashboard to show the V2 API and Scenario jobs failure percentage
for the last 10 days.  This gives better visibility into the failure
rate of jobs and whether they need attention.

Change-Id: Ie2ce8b22167e5e06fd4862da0be6f007e37e800f
2015-12-01 22:20:04 -06:00
Doug Wiegley 221f2964b2 Post-split, get jenkins tests passing
Change-Id: Ic6e545008504be633bf399712cd5bbbdf8184ad8
2014-12-08 22:52:02 -07:00