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: Ifdc8e09197f15720d585598b54ba9427f436dc3a
puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
stdlib version in metadata.
Change-Id: I94fff71421e637bea814c656ea6cb576eff11b01
Change I36324bae39e05dde57b962948f832c22599c13d2 added
executor_thread_pool_size as a new param to oslo::messaging::default,
but that option was not updated in many modules like this one. This
means a user cannot set executor_thread_pool_size, as setting it
anywhere else will throw a duplicate declaration error.
This change update the oslo::messaging::default call accordingly, and
adds an option to set it, similar to Change
Id4a61c39ef6392a3d656952467c756be9e68de91
Change-Id: I92ff2d3fbf038c84a15eaa0a06283a731ec48809
puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can
not be fulfilled by this dependency.
Correct it to puppet-rabbitmq [2] instead which is being actively maintained
and has the right version.
[1]: https://forge.puppet.com/puppetlabs/rabbitmq
[2]: https://forge.puppet.com/puppet/rabbitmq
Change-Id: Idb85b81978786be8696715921eb9d95b7d424654
Closes-Bug: #1850236
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: I45ecbc51822bcbe3be729991598ec893c6af9ea6
Sem-Ver: feature
oslo.messaging RabbitMQ driver have now a new option that allow user to
run the RabbitMQ heartbeat over a native python thread.
These change allow user to use this new option.
Change-Id: I20edb5b8b30821486b5cf407af7636b3cd1cc2b6
Closes-Bug: #1840868
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.
Change-Id: Idb50f1b4dd7e6975b725211420a4c1e87be8c542
Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
Change-Id: I86587072a7489fc250603c8730f3e8946995bada
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 aodh will return a 413 Entity Too Large
and not log anything to aodh.log.
Change-Id: I3ce3523f00a88dece33657a583d661eea58e90a4
Closes-Bug: #1835161
Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Id419e9bdf6b4341b24873253cc04ca88720ff9e5
Sem-Ver: feature
Service_token_roles_required missing in the server config file which
allows backwards compatibility to ensure that the service tokens are
compared against a list of possible roles for validity.
Change-Id: I75c8036cfd0e538309f11284a087753c50d12394
Closes-Bug: 1778198