diff --git a/horizon/dashboards/nova/instances/tables.py b/horizon/dashboards/nova/instances/tables.py index 1f64960305..380bfe7c45 100644 --- a/horizon/dashboards/nova/instances/tables.py +++ b/horizon/dashboards/nova/instances/tables.py @@ -277,6 +277,7 @@ class InstancesTable(tables.DataTable): ) STATUS_CHOICES = ( ("active", True), + ("shutoff", True), ("suspended", True), ("paused", True), ("error", False),