The way to contact the team is already explained in a different page
(contributor/talk-to-us.html).
Change-Id: Ic81e014de1f3fcc4d6ae7a6a10743015ee671277
This removes the remaining reference to puppet-senlin which was already
retired. The reference should have been removed by [1].
[1] 5426a849cd
Change-Id: Id3f5be399805fd8512b04e494bb8aedbe5628d5b
... because puppet-pacemaker is maintained by TripleO community instead
of Puppet OpenStack community.
Change-Id: I62cfebd9d1d5c660da13553578b8449cfafd91be
Currently opendev.org is the source and all repos in github.com are
mirror. Thus we should point opendev.org instead of github.com .
Change-Id: I50967bc2a5dcf69f6d76ba948c3955d55a4568f0
This change updates the current CI documentation based on the following
three points.
- Generalize job descriptions so that we don't need to maintain
description for each version.
- Explain how we define CI jobs.
- Add some tips to trobleshoot integration job failures.
Change-Id: I9e98987fef8c5945d8a928e6c40ac682f534c524
We encourage(and require) people to write a proper release note. Let's
document it in our contributor guide as well.
Change-Id: Ib89fcef30c985f11e36ea4225a0c2437e8b50ead
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: I8d827447959b303f76faa724a4cca187c2183c86
Switch to openstackdocstheme 2.2.1 version. Using
this version 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_version to not auto-version the documents.
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: I08e76c4c62a53587baa5772675bb9afd37689a80