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

This commit is contained in:
Zuul 2021-08-17 05:36:50 +00:00 committed by Gerrit Code Review
commit 443ffbde88
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.