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: I446af549752cf4872b98e3320353bd93a8a9ab2f
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: I5ae8d2df21481b91fa7721d3a899a3f1c3bca1ce
Closes-Bug: #1850236
The default value of ack_on_event_error is forced to true
which is unneccesary since the default value in ceilometer.conf
is true. Instead we should default to using the service default.
Change-Id: I8c287331d57cdd39eaa4faf83091f7532b6b6293
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: I80cfb8c4b0bfd9bb8dc448f2758439e37cd82f17
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: Iceea98e573fc13be81923a6ed1b35a7db01cc48d
Closes-Bug: #1840868
The gnocchi dispatcher has been deprecated for multiple cycles
and is no longer the prefered way to send options to gnocchi.
They should be sent as URL parameters when configuring the
gnocchi:// publisher in the pipelines.
Change-Id: Ica6b5248f0ef6b6d5dbdf8021598926899a3127e
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.
Change-Id: Ie5780d27367b3d00c1fc32acefcce7ad4b99f1fd
Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
Change-Id: Ia2fdfd2e99f0528c1322c08a745b651fbf5b1f73
Running with my own ROOT CA, it appears that the correct directive
is cafile, and not ca_file. Changing for the correct option made
certificate validation work for me, when it didn't previously.
Change-Id: Iff7575c1c0269788a908ff9db258a76d21f2da1b
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: I6deb2ed0f3fc7d23c6845730eaa2ede979044b2c
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: Ia79d517dd64720ba8ba00c5d572ec2dbf66bf831
Closes-Bug: 1778198
This changes all the puppet 3 validate_* functions
to use the validate_legacy function.
The validate_legacy function has been available since
about three years but require Puppet >= 4.4.0 and since
there is Puppet 4.10.12 as latest we should assume people
are running a fairly new Puppet 4 version.
This is the first step to then remove all validate function
calls and use proper types for parameter as described in spec [1].
[1] https://review.openstack.org/#/c/568929/
Change-Id: I640d5ca592774601a252dbafbdc90bc98313055b
Remove code that is redundantly tested.
This should not be tested here but in puppet-oslo
where this logic resides.
If we keep this and we do changes in puppet-oslo we
will break these unit tests, this is something we need
to sort out for all modules.
Change-Id: I55684e165af02b7c4285075b8843eba1ef94824d
Update the Prefixes of Ceilometer generated
RPC and Notification addresses to override
the default prefixes generated by oslo messaging.
Change-Id: Ifd5c4bca8d1fc7bbfa9f03fc09250cce9dabd954