Add missing FAILOVER_STOPPED amphora status
Closes-Bug: #2086763 Change-Id: I9f97559627ab94fe9264fe00b86dbe96b1762d95
This commit is contained in:
@@ -51,7 +51,7 @@ class ListAmphora(lister.Lister):
|
|||||||
|
|
||||||
status_choices = {
|
status_choices = {
|
||||||
'ALLOCATED', 'BOOTING', 'DELETED', 'ERROR',
|
'ALLOCATED', 'BOOTING', 'DELETED', 'ERROR',
|
||||||
'PENDING_CREATE', 'PENDING_DELETE', 'READY',
|
'PENDING_CREATE', 'PENDING_DELETE', 'READY', 'FAILOVER_STOPPED',
|
||||||
}
|
}
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--status', '--provisioning-status',
|
'--status', '--provisioning-status',
|
||||||
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Updated the list of valid amphora status in the `loadbalancer amphora list`
|
||||||
|
command and added FAILOVER_STOPPED.
|
Reference in New Issue
Block a user