Merge "Improving README.md"

This commit is contained in:
Jenkins 2016-12-22 01:45:12 +00:00 committed by Gerrit Code Review
commit 5b0d68c2fd
1 changed files with 5 additions and 1 deletions

View File

@ -55,10 +55,14 @@ The charm also supports use of arbitary archive key's for use with private repos
juju set rabbitmq-server key="C6CEA0C9"
Note that in clustered configurations, the upgrade can be a bit racey as the services restart and re-cluster; this is resolvable using:
Note that in clustered configurations, the upgrade can be a bit racey as the services restart and re-cluster; this is resolvable using (with Juju version < 2.0) :
juju resolved --retry rabbitmq-server/1
Or using the following command with Juju 2.0 and above:
juju resolved rabbitmq-server/1
# Network Spaces support
This charm supports the use of Juju Network Spaces, allowing the charm to be bound to network space configurations managed directly by Juju. This is only supported with Juju 2.0 and above.