Add workaround for RMQ/Juju 2.0 issues

cs:xenial/rabbitmq-server-5 actually contains the fixes that work
in most Juju 2.0 environments; reference this as a workaround in
the known issues section.

Change-Id: I334114ab37852319f84afa41b99c89baa13a3953
This commit is contained in:
James Page 2016-10-13 22:15:50 +01:00
parent 3e2dac0260
commit 0d3ed9e2ed
1 changed files with 9 additions and 1 deletions

View File

@ -228,7 +228,15 @@ rabbitmq-server + Juju 2.0/MAAS 2.0
https://bugs.launchpad.net/charms/+source/rabbitmq-server/+bug/1584902
rabbitmq-server charm fails to deploy with Juju 2.0 and MAAS 2.0 due
to changes in DNS hostname management in MAAS 2.0.
to changes in DNS hostname management in MAAS 2.0. To workaround this
use version 5 of the xenial charm:
.. code:: bash
juju deploy cs:xenial/rabbitmq-server-5
A more complete backwards compatible solution to this bug is being
worked on.
ceilometer and aodh + Juju 1.25/MAAS 1.9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~