Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Networking v2: Fix router enable_snat argument #309

Conversation

jtopjian
Copy link
Contributor

@jtopjian jtopjian commented May 2, 2018

This commit fixes the "enable_snat" argument in the
openstack_networking_router_v2 resource so that a value
of "false" is passed correctly.

Depends on #308
Fixes #280

This commit fixes the "enable_snat" argument in the
openstack_networking_router_v2 resource so that a value
of "false" is passed correctly.
@theopenlab-ci
Copy link

theopenlab-ci bot commented May 2, 2018

Build succeeded.

@jtopjian
Copy link
Contributor Author

jtopjian commented May 2, 2018

@fatmcgav This will probably need rebased after #308.

The one notable thing to verify here is the change I made to gatewayInfo in conjunction with vendorUpdateGateway. Previously, only the external network ID was being passed when vendorUpdateGateway was triggered, but now the other gateway options are, too.

Copy link
Contributor

@fatmcgav fatmcgav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fatmcgav fatmcgav added this to the v1.5.0 milestone May 8, 2018
@jtopjian jtopjian merged commit 3db4a4a into terraform-provider-openstack:master May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Router is deployed with SNAT enabled regardless of enable_snat = "false"
2 participants