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: I5e0c7fc071cdda613c0913dab35dac17627c96f2
Sem-Ver: feature
... because ceilometer-api was deprecated in Ocata release, and now
ceilometer doesn't provide api thus doesn't use authtoken middleware.
Change-Id: Ib9ada5ff0e8b77a3b44728ebd7fcb9632cb3a3e1
puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
stdlib version in metadata.
Change-Id: I4cd116b3ea90ba30dc96c7d426f10a72c9f567ce
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