python-openstackclient/releasenotes/notes/neutron_mtu-d87e53e2d76f8612.yaml
Emilien Macchi 18563b4132 neutron: add --mtu for create/set network
Support Neutron network mtu configuration with a new argument, --mtu
that allows CLI users to set MTU for Neutron networks.

Change-Id: I93d23581c7e8c84eaf9bb3b293360036f60f456b
2018-03-15 13:50:59 +00:00

6 lines
157 B
YAML

---
features:
- |
Add ``--mtu`` option to ``network create`` and ``network set``
commands, allowing CLI users to set the MTU for Neutron networks.