← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1811352] Re: [RFE] Include neutron CLI floatingip port-forwarding support

 

** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1811352

Title:
  [RFE] Include neutron CLI floatingip port-forwarding support

Status in neutron:
  Fix Released

Bug description:
  The floating ip port-forwarding is supported since Rocky by neutron
  API:

  https://developer.openstack.org/api-ref/network/v2/index.html?expanded
  =create-port-forwarding-detail#floating-ips-port-forwarding

  but the neutron client does not include this option yet.
  Also floatingip-update method is missing.

  It should include an option similar to this for floatingip
  *-create/*-update

  $ neutron floatingip-create <network> --port-forwarding
  protocol=tcp,internal_port_id=<neutron_port_id>,internal_port=<network_port>,external_port=<network_port>

  You should be able to repeat --port-forwarding several times

  Also for floatingip-update with and extra option:
  --port-forwarding clean

  To remove the current port-forwarding rules list.

  * Version: OpenStack Rocky

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1811352/+subscriptions


References