yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08073
[Bug 1267575] [NEW] Neutron lbaas CLI does not list member weight
Public bug reported:
As per bug #1234688, and the proposed improvement, it would be useful to
have the weight listed when invoking the lb-member-list command in
neutron lbaas CLI.
For example:
$ neutron lb-member-list
+--------------------------------------+----------+--------+---------------+----------------+--------+
| id | address | weight | protocol_port | admin_state_up | status |
+--------------------------------------+----------+--------+---------------+----------------+--------+
| 43c167e7-29a1-4513-913a-00fa4c2f927b | 10.0.0.3 | 1 | 1 | True | ACTIVE |
| 8cb13a6e-dc33-418d-a588-89ea6bbea560 | 10.0.0.4 | 5 | 2 | True | ACTIVE |
| babffd13-d145-4f21-9e3c-dbc764c7869e | 10.0.0.4 | 1 | 1 | True | ACTIVE |
+--------------------------------------+----------+--------+---------------+----------------+--------+
** Affects: python-neutronclient
Importance: Undecided
Assignee: Andres Buraschi (andres-buraschi)
Status: New
** Patch added: "Proposed change to add weight column to lb-member-list CLI command"
https://bugs.launchpad.net/bugs/1267575/+attachment/3944586/+files/add_weight_to_lb-member-list.diff
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1267575
Title:
Neutron lbaas CLI does not list member weight
Status in Python client library for Neutron:
New
Bug description:
As per bug #1234688, and the proposed improvement, it would be useful
to have the weight listed when invoking the lb-member-list command in
neutron lbaas CLI.
For example:
$ neutron lb-member-list
+--------------------------------------+----------+--------+---------------+----------------+--------+
| id | address | weight | protocol_port | admin_state_up | status |
+--------------------------------------+----------+--------+---------------+----------------+--------+
| 43c167e7-29a1-4513-913a-00fa4c2f927b | 10.0.0.3 | 1 | 1 | True | ACTIVE |
| 8cb13a6e-dc33-418d-a588-89ea6bbea560 | 10.0.0.4 | 5 | 2 | True | ACTIVE |
| babffd13-d145-4f21-9e3c-dbc764c7869e | 10.0.0.4 | 1 | 1 | True | ACTIVE |
+--------------------------------------+----------+--------+---------------+----------------+--------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1267575/+subscriptions
Follow ups
References