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

Change-Id: I06119b4bdc76059dc28a78f80cedd00b8a05f7f8
This commit is contained in:
James Troup 2021-08-06 18:28:18 +01:00
parent a8618324f5
commit 1d1c9dec20
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ WARNING: this feature allows you to effectively disable security on your cloud!
This charm has a configuration option to allow users to disable any per-instance security group management; this must used with neutron-security-groups enabled in the neutron-api charm and could be used to turn off security on selected set of compute nodes:
juju deploy neutron-openvswitch neutron-openvswitch-insecure
juju set neutron-openvswitch-insecure disable-security-groups=True prevent-arp-spoofing=False
juju config neutron-openvswitch-insecure disable-security-groups=True prevent-arp-spoofing=False
juju deploy nova-compute nova-compute-insecure
juju add-relation nova-compute-insecure neutron-openvswitch-insecure
...