Commit Graph

13 Commits

Author SHA1 Message Date
Hervé Beraud fae39fc723 Fix typo
Change-Id: Ie01fd90260cc92fe167609ad85f78b8fa0975319
2022-05-12 16:10:08 +02:00
Zuul a89511e088 Merge "host monitor by consul" 2022-03-03 11:26:36 +00:00
sue 7c476d07aa host monitor by consul
This is a new host monitor by consul. It can monitor host connectivity
via management, tenant and storage interfaces.

Implements: bp host-monitor-by-consul
Change-Id: I384ad70dfd9116c6e253e0562b762593a3379d0c
2021-12-23 14:39:09 +08:00
zhaoyixin 5198a3c910 Fix some typos
This patch fixes some typos.

Closes-Bug: #1949540
Change-Id: Iddb519719f3aca80286e9ca1666040ac202e037e
2021-11-03 10:47:30 +08:00
sunjia 80ee534f40 Generate PDF documentation
For PDFLaTeX, remove the irrelevant parts (contributing,
search).

Change-Id: I78e2baa51a523ef4e8b76a5f7b2ad5cda1085b8a
Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2021-08-17 17:47:36 +00:00
Dmitriy Rabotyagov 5299d5fab4 [doc] Add config reference guide
Masakari monitors are missing available configuration options
in its documentation which makes hard to configure them for users.

This patch adds automaticually generated reference about
available configuration options with their descriptions and defaults.

Change-Id: I2abc2afa6ae207c64186ab34b51a13c174cbf235
2021-08-17 09:37:02 +00:00
suzhengwei fe85b8debb [doc] Add masakari monitors usage
Change-Id: Ibf89716c2d5df04541aa746a0b3c54a897710015
2021-08-03 18:08:00 +00:00
Ghanshyam Mann fe5247c228 [community goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html

Story: #2007236
Task: #38536
Change-Id: Ib2e9cd7b736a7488ebad350aa2eb95311fd99f5c
2021-05-31 20:34:00 +00:00
XinxinShen 9768c7dacd remove unicode from code
Change-Id: I41eec434ef141764fa8f8f0dcafd3dfe3f1ee6b9
2021-01-05 14:28:09 +08:00
Andreas Jaeger 3e93eab356 Switch to newer openstackdocstheme and reno versions
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.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

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: I4d11b986ed6ce54fbc2b08234c061041099b709e
2020-05-31 18:04:55 +02:00
Andreas Jaeger 1cf29b9d0d Cleanup py27 support
This repo is now testing only with Python 3, so let's 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
- Update classifiers
- Switch to using sphinx-build
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine
- Remove mccabe from lower-constraints, we don't need it there,
  it is constrainted by hacking.
- Add xml and xslt libs to bindep, these are needed for building
  some requirements

Change-Id: Ia78b92c3b807623e70d85c3bce44e3b7011ca282
2020-04-17 21:48:40 +02:00
Sean McGinnis 5de07cf22d
Switch from oslosphinx to openstackdocstheme
The oslosphinx package is not compatible with the current Sphinx 2.0.
This switches over to use the preferred and supported openstackdocstheme
instead.

Change-Id: I51787933d32ddb34cc879790334d44c325edb3db
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-10 07:41:26 -05:00
Sampath Priyankara bb3728c9cc Initial Cookiecutter Commit.
Change-Id: I3a5df63fc0b4486bed457b7d42cd5d2b873fd307
2016-11-01 13:46:13 +09:00