-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/openstack: Add support for FWaaS Router Insertion #12488
Comments
Go for it :) |
@jtopjian Cool, will do... I presume something like this would be a sensible approach: |
@fatmcgav Yeah, that's the first method I would try. |
@jtopjian Damn, there was me thinking this would be nice and easy... :'( So I'm struggling with the fact that we're nesting the My initial changes can be seen here: fatmcgav@5bccc78 The log output is here: https://gist.github.com/fatmcgav/2b4aa2fa221a128aa2aa3f02cfe3c893 Thoughts? Cheers |
Hah, and just like that I took a second look at the code, and spotted that you've used Implemented the same in TF type, and the creation worked :D Now to test updates... |
@jtopjian OK, so I think I've got it all working... In the end, I had to overload the Latest code is here: 865a2d8 Comments welcome. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
@jtopjian I notice you've added support for the
fwaasrouterinsertion
FWaaS router extension into Gophercloud here.Are you working on adding the functionality into Terraform?
If not, I'm happy to take a run at it...
The text was updated successfully, but these errors were encountered: