Allow snapshots of paused and suspended instances

Change-Id: Id483d13d8d329aee4a57d0a89e6368fab3b201ec
Closes-Bug: #1256821
(cherry picked from commit 860b2a0be1)
This commit is contained in:
Zhenguo Niu 2013-12-02 17:16:38 +08:00 committed by Kieran Spear
parent 206fa038e7
commit 8db4687890
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ from openstack_dashboard.dashboards.project.instances import tabs
LOG = logging.getLogger(__name__)
ACTIVE_STATES = ("ACTIVE",)
SNAPSHOT_READY_STATES = ("ACTIVE", "SHUTOFF")
SNAPSHOT_READY_STATES = ("ACTIVE", "SHUTOFF", "PAUSED", "SUSPENDED")
POWER_STATES = {
0: "NO STATE",