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.
This commit is contained in:
Miguel Duarte Barroso
2019-05-12 10:26:27 +02:00
committed by René Moser
parent 1a6b95a8f1
commit c6a8e99d34
2 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- os_network - added MTU support when creating/updating a network