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. ** Project changed: neutron => python-neutronclient ** Tags removed: lbaas -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1711068 Title: lbaas listener update does not work when specifying listener name Status in python-neutronclient: New 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:~$ To manage notifications about this bug go to: https://bugs.launchpad.net/python-neutronclient/+bug/1711068/+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