Description of problem: There is no option to manipulate MTU upon creating/setting network from UC. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.Deploy OSP13 2.Execute 'openstack network create --help' | grep -i mtu 3.Option missing Actual results: Missing MTU manipulation option Expected results: MTU option is available Additional info:
I forgot to add support for the field to openstackclient when implementing the feature in neutron. The old neutronclient should work as-is because it allows to pass unknown fields, but openstackclient requires specific changes to allow the attribute to pass through to the server.
See https://review.openstack.org/#/c/553374/ which proposed adding --mtu to the openstackclient just this morning.
Queens backport: https://review.openstack.org/#/c/556545/
The fix is included in 3.14.1. We just need to check the rebase happened.
*** Bug 1559051 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086