Replace reference to 'juju set' with 'juju config'.

Change-Id: I109cb91f4d05cb4c57653edf294e0c47cfc43a99
This commit is contained in:
James Troup 2021-08-06 18:37:47 +01:00
parent 6e8a1f07ee
commit 130399ec04
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The charm also support High Availability by relating it to hacluster charm:
juju deploy hacluster watcher-hacluster
juju add-unit watcher
juju set watcher vip=<VIP FOR ACCESS>
juju config watcher vip=<VIP FOR ACCESS>
juju add-relation watcher-hacluster watcher
# Bugs