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

Add support for port forwarding for floating IPs #1637

Closed
5 tasks done
simonre opened this issue Jul 1, 2019 · 3 comments
Closed
5 tasks done

Add support for port forwarding for floating IPs #1637

simonre opened this issue Jul 1, 2019 · 3 comments

Comments

@simonre
Copy link
Contributor

simonre commented Jul 1, 2019

Port forwarding for floating IPs is not supported in gophercloud but it is a feature in OpenStack. This allows to reuse public IPs.

API:
https://developer.openstack.org/api-ref/network/v2/#show-port-forwarding

Source: https://github.com/openstack/neutron/blob/master/neutron/objects/port_forwarding.py

Schema: https://github.com/openstack/neutron/blob/master/neutron/db/models/port_forwarding.py

  • Create
  • List
  • Get
  • Update
  • Delete
@simonre
Copy link
Contributor Author

simonre commented Sep 17, 2019

This is fully implemented now. ( #1651 , #1652 , #1688, #1698 , #1703 )

@simonre simonre closed this as completed Sep 17, 2019
@jtopjian
Copy link
Contributor

@simonre Thank you for your work on this! I apologize if it got off to a rough start. Your work is very much appreciated!

@simonre
Copy link
Contributor Author

simonre commented Sep 17, 2019

@jtopjian No worries at all, I think it's very enjoyable working with you! I'm just a bit slow with my PRs sometimes as I sometimes don't have too much time to work on them

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

No branches or pull requests

2 participants