ansible/changelogs/fragments/55881-os-network-mtu-support-on-create-update.yml
Miguel Duarte Barroso c6a8e99d34 Added the mtu property to the os_network module (#55881) (#54730)
The networking API v2 specification, which is implemented
by openstack neutron, features an optional MTU parameter that
allows operators to specify the value for the maximum
transmission unit value.
2019-05-12 10:26:27 +02:00

3 lines
87 B
YAML

---
minor_changes:
- os_network - added MTU support when creating/updating a network