yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41025
[Bug 1485779] [NEW] [neutron-lbaas]Delete member with non existing member id throws incorrect error message.
You have been subscribed to a public bug:
neutron lbaas-member-delete with the non existing member id throws
incorrect error message.
For e.g.
neutron lbaas-member-delete 852bfa31-6522-4ccf-b48c-768cd2ab5212
test_pool
Throws the following error message.
Multiple member matches found for name '852bfa31-6522-4ccf-b48c-
768cd2ab5212', use an ID to be more specific.
Example:
$ neutron lbaas-member-list pool1
+--------------------------------------+----------+---------------+--------+--------------------------------------+----------------+
| id | address | protocol_port | weight | subnet_id | admin_state_up |
+--------------------------------------+----------+---------------+--------+--------------------------------------+----------------+
| 64e4d9f4-c2c5-4d58-b696-21cb7cff21ad | 10.3.3.5 | 80 | 1 | e822a77b-5060-4407-a766-930d6fd8b644 | True |
| a1a9c7a6-f9a5-4c12-9013-f0990a5f2d54 | 10.3.3.3 | 80 | 1 | e822a77b-5060-4407-a766-930d6fd8b644 | True |
| d9d060ee-8af3-4d98-9bb9-49bb81bc4c37 | 10.2.2.3 | 80 | 1 | f6398da5-9234-4ed9-a0ca-29cbd33d44b9 | True |
+--------------------------------------+----------+---------------+--------+--------------------------------------+----------------+
$ neutron lbaas-member-delete non-existing-uuid pool1
Multiple member matches found for name 'non-existing-uuid', use an ID to be more specific.
** Affects: neutron
Importance: Medium
Assignee: Reedip (reedip-banerjee)
Status: Confirmed
--
[neutron-lbaas]Delete member with non existing member id throws incorrect error message.
https://bugs.launchpad.net/bugs/1485779
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.