This patch adds support for [keystone_authtoken] interface parameter,
so that operators can define which endpoint should be used by authtoken
middleware.
Change-Id: I8ae2e126048c130f7c498d5ec0e790bc0dd42c1e
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.
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: Icd290fa16cb0754a43223740bc47d74d133dd4c8
... and migrate it to openstacklib so that all logics about database
configuration are implemented in one common place.
Depends-on: https://review.opendev.org/#/c/728595/
Change-Id: I44a6d9cd88460074b2136b9039394db584cd20b7
Add file to the reno documentation build to show release notes for
stable/ussuri.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.
Change-Id: I9a3b8234de0c4c1e095d5741671d6f7d6e4e466c
Sem-Ver: feature
In CentOS, we expect to have python3 client package in 8.x while we
expect to have python2 in 7.x .
Fix unit tests to expect the correct version according to os major
version.
Change-Id: Idf72ee853fbbafc883be7526eef0c6098b4506ea
puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
stdlib version in metadata.
Change-Id: I27d6797f8b3efced2cac243c31e6c89bae360a31
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: I065d5f43cda1bd5f3a019d6770bee3e6bbd365ba
Sem-Ver: feature
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.
Change-Id: I3e738717d001946ba04f1ecd306e18da28639194
Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
Change-Id: I97aefadedc7b8ac5e06014bd985344f2e5ec9592
So that we can increase it from the default 114688
Useful in case for example the OS-Federation mapping is too large.
If this limit is breached panko will return a 413 Entity Too Large
and not log anything to panko.log.
Change-Id: Ifc011b5a261b7dfd13edf606c8f3cc711ca53489
Closes-Bug: #1835161