4df55bea2f
According to the OpenStack Networking API the attribute provider:segmentation_id of a network has to be an integer. Even if neutron accepts provider:segmentation_id to be a string, other implementations may not.
5 lines
205 B
YAML
5 lines
205 B
YAML
---
|
|
bugfixes:
|
|
- os_network - According to the OpenStack Networking API the attribute
|
|
provider:segmentation_id of a network has to be an integer.
|
|
(https://github.com/ansible/ansible/issues/51655)
|