Public bug reported:

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

** Affects: neutron
     Importance: Undecided
         Status: New

** Description changed:

- 
- The floating ip port-forwarding is supported since Rocy by neutron API:
+ 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
+ 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

-- 
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:
  Include neutron CLI floatingip port-forwarding support

Status in neutron:
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to