Adds 'disabled' to the possible states for a member in LBaaSv2

Change-Id: I4c9570dd8a35a2f2d5db559b3d8960ffb46d0c21
Closes-Bug: 1677091
(cherry picked from commit 8a26a164b0)
This commit is contained in:
Daniel Russell 2017-03-29 13:29:40 +11:00
parent a88269820e
commit c6ff6f6f9b
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ LOAD_BALANCER_STATUS_V2 = {
'online': 1,
'no_monitor': 3,
'error': 4,
'degraded': 5
'degraded': 5,
'disabled': 6
}