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

Change-Id: I220748339160984ce9b271c0ca9b7789acacba86
This commit is contained in:
James Troup 2021-08-06 17:58:16 +01:00
parent 6a22df54a7
commit db7c249581
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ packet fragmentation due to GRE overhead. One solution is to increase the MTU on
physical hosts and network equipment. When this is not possible or practical the
charm's instance-mtu option can be used to reduce instance MTU via DHCP.
juju set neutron-gateway instance-mtu=1400
juju config neutron-gateway instance-mtu=1400
Note that this option was added in Havana and will be ignored in older releases.