lbaas listener update does not work when specifying listener name

Bug #1711068 reported by Evgeny Fedoruk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
New
Undecided
Evgeny Fedoruk

Bug Description

On MITAKA.

When trying to update the name of the LBaaS listener which has a name,
following is received: Unable to find listener with id <the_name_i_specified_in_update_cli>

Updating with id works as expected.

Example:

radware@devstack131:~$ neutron lbaas-listener-list
+--------------------------------------+--------------------------------------+-----------------+----------+---------------+----------------+
| id | default_pool_id | name | protocol | protocol_port | admin_state_up |
+--------------------------------------+--------------------------------------+-----------------+----------+---------------+----------------+
| cc2ddbd9-038d-4ff0-81bd-346ba9a47e23 | 3d379d02-3476-4d03-8e0f-3383102ff8f9 | RADWARE_ANOTHER | HTTP | 80 | True |
| 2491490d-12bc-4d4b-9744-bb8464e01672 | | RADWAREV2 | HTTP | 80 | True |
+--------------------------------------+--------------------------------------+-----------------+----------+---------------+----------------+
radware@devstack131:~$ neutron lbaas-listener-update --name=RADWAREV2 RADWAREV2
Unable to find listener with id 'RADWAREV2'
radware@devstack131:~$ neutron lbaas-listener-update --name=RADWAREV2 2491490d-12bc-4d4b-9744-bb8464e01672
Updated listener: 2491490d-12bc-4d4b-9744-bb8464e01672
radware@devstack131:~$

Evgeny Fedoruk (evgenyf)
tags: added: lbaas
Changed in neutron:
assignee: nobody → Evgeny Fedoruk (evgenyf)
Evgeny Fedoruk (evgenyf)
description: updated
Revision history for this message
Michael Johnson (johnsom) wrote :

LBaaS is no longer part of neutron. LBaaS bugs should be submitted to the Octavia project on Storyboard.

Mitaka is now EOL and the neutron client is deprecated. If the issue still existing in Newton or a non-EOL release of neutron client, please re-open this bug against python-neutronclient.

affects: neutron → python-neutronclient
tags: removed: lbaas
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.