LBaaS. Adding member(s) to a pool. All members have the same weight.
Bug #1234688 reported by
Avishay Balderman
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Neutron LBaaS Dashboard |
In Progress
|
Low
|
Unassigned |
Bug Description
When the user wants to add 1 or more members to a Pool he needs to specify a 'weight'.
As far as I understand each Member should get its own weight.
But with the current UI implementation it is not possible.
Example:
The user checks 3 servers to be used as members. Servsers A,BC
Now he needs to add the weight. At this point he must insert a weight value that will affect all servers.
The user should be able to set the following: (Example)
Server A -- weight = 3
Server B -- weight = 5
Server C -- weight = 1
The same is relevant for 'Protocol Port'
Changed in horizon: | |
milestone: | icehouse-1 → icehouse-2 |
Changed in horizon: | |
assignee: | nobody → Andres Buraschi (andres-buraschi) |
Changed in horizon: | |
milestone: | icehouse-2 → icehouse-3 |
Changed in horizon: | |
milestone: | icehouse-3 → icehouse-rc1 |
Changed in horizon: | |
milestone: | icehouse-rc1 → next |
tags: | removed: lbaas |
tags: |
added: lbaas removed: i18n |
To post a comment you must log in.
AFAIK, we can't add members with different weight or protocol port in a single form.
To add member(s) with different weight, we need to visit multiple times per weight.
It is better to be improved from the UX perspective, but it is not a blocking issue.