Replace reference to 'juju set' with 'juju config'.
Change-Id: Id63e4f21c36299588364eb6de7806c8c753318ef
This commit is contained in:
parent
2e0896c737
commit
3f0855a8d3
@ -24,7 +24,7 @@ charm:
|
|||||||
|
|
||||||
juju deploy hacluster neutron-hacluster
|
juju deploy hacluster neutron-hacluster
|
||||||
juju add-unit neutron-api
|
juju add-unit neutron-api
|
||||||
juju set neutron-api vip=<VIP FOR ACCESS>
|
juju config neutron-api vip=<VIP FOR ACCESS>
|
||||||
juju add-relation neutron-hacluster neutron-api
|
juju add-relation neutron-hacluster neutron-api
|
||||||
|
|
||||||
## High availability
|
## High availability
|
||||||
|
Loading…
Reference in New Issue
Block a user