Add missing FAILOVER_STOPPED amphora status

Closes-Bug: #2086763
Change-Id: I9f97559627ab94fe9264fe00b86dbe96b1762d95
This commit is contained in:
Tom Weininger
2024-11-05 15:38:10 +01:00
parent 6dd8a432f7
commit 8fb65fafc7
2 changed files with 6 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class ListAmphora(lister.Lister):
status_choices = {
'ALLOCATED', 'BOOTING', 'DELETED', 'ERROR',
'PENDING_CREATE', 'PENDING_DELETE', 'READY',
'PENDING_CREATE', 'PENDING_DELETE', 'READY', 'FAILOVER_STOPPED',
}
parser.add_argument(
'--status', '--provisioning-status',

View File

@@ -0,0 +1,5 @@
---
fixes:
- |
Updated the list of valid amphora status in the `loadbalancer amphora list`
command and added FAILOVER_STOPPED.