ansible/changelogs/fragments/45921-os_router-ignores-enable_snat-no.yml
Dominik Holler 9a2e192e8a Fix os_router ignores enable_snat: no (#45921)
If enable_snat is False, this should be used to build the
request, because the default value in the OpenStack Networking
API is True.

Fixes the issue #45915.

(cherry picked from commit 452a4ab781)
2018-10-12 10:30:58 -07:00

2 lines
63 B
YAML

bugfixes:
- "os_router - ``enable_snat: no`` was ignored."