octavia-dashboard/releasenotes/notes/fix-member-weight-value-range-9310678f967c771a.yaml
Tom Weininger b1a86bb6ff Fix invalid value range for member weight
Octavia supports setting the weight of members from 0 to 256, but
in Horizon the value 0 was not accepted. This fix allows entering
the value 0 as well, which is important for putting a member into
DRAINING state.

Change-Id: I25ce292f962cf6a0d6f017fe7bc47aaed0790efc
Story: 2009804
Task: 44362
2022-01-26 10:49:55 +01:00

8 lines
247 B
YAML

---
fixes:
- |
Octavia supports setting the weight of members from 0 to 256, but
in Horizon the value 0 was not accepted. This fix allows entering
the value 0 as well, which is important for putting a member into
DRAINING state.