Skip to content

Commit

Permalink
Don't poll on instances in a shutoff state.
Browse files Browse the repository at this point in the history
Fixes bug 1044027.

Change-Id: I0c3de9a59b85ca8d314e717599fcf0a40a96dec8
  • Loading branch information
gabrielhurley committed Sep 7, 2012
1 parent 85b0bfe commit eacda11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horizon/dashboards/nova/instances/tables.py
Expand Up @@ -277,6 +277,7 @@ class InstancesTable(tables.DataTable):
)
STATUS_CHOICES = (
("active", True),
("shutoff", True),
("suspended", True),
("paused", True),
("error", False),
Expand Down

0 comments on commit eacda11

Please sign in to comment.