Update 19.04 release notes to reflect ceilometer-agent

Change-Id: I61fe6d352ea4e554c0d7135266ef72c8c03d3c2c
Related-bug: #1817672
This commit is contained in:
Ryan Beisner 2019-03-08 09:43:17 -06:00
parent 9aee946a31
commit 27c9ee79fc
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 28 additions and 0 deletions

View File

@ -78,6 +78,34 @@ The ceph-radosgw charm now features support for replication between RADOS Gatewa
deployments; please refer to `Appendix J <https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-rgw-multisite.html>`_
of the charm deployment guide for more details.
rabbitmq integration refactor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rabbitmq sectional configuration was deprecated and removed, replaced by
transport_url configuration in the [DEFAULT] section. As part of this
change, a wider refactoring of the rabbitmq-server integration was done.
The ceilometer-agent charm now requires a direct amqp relation to the
rabbitmq-server charm.
Users upgrading the ceilometer-agent charm to the 19.04 charm revision
will need to add a relation, as ceilometer-agent units will go into a
BLOCKED state for lack of this new required relation. Users and operators
will also need to update any relevant bundles accordingly.
For example:
.. code:: bash
juju add-relation ceilometer-agent:amqp rabbitmq-server:amqp
Reference:
- https://launchpad.net/bugs/1817672
- https://review.openstack.org/#/c/639333
- https://review.openstack.org/#/q/topic:bug/1817672+(status:open+OR+status:merged)
Upgrading charms
================