yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66702
[Bug 1711068] [NEW] lbaas listener update does not work when specifying listener name
Public bug reported:
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:~$
** Affects: neutron
Importance: Undecided
Assignee: Evgeny Fedoruk (evgenyf)
Status: New
** Tags: lbaas
** Tags added: lbaas
** Changed in: neutron
Assignee: (unassigned) => Evgeny Fedoruk (evgenyf)
--
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 neutron:
New
Bug description:
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/neutron/+bug/1711068/+subscriptions
Follow ups