yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08074
[Bug 1267575] Re: Neutron lbaas CLI does not list member weight
(IMHO, it has a 'Wishlist' importance...)
** Project changed: neutron => python-neutronclient
** Changed in: python-neutronclient
Assignee: (unassigned) => Andres Buraschi (andres-buraschi)
--
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
References