~rackspace-ozone/rackspace-nova/development

« back to all changes in this revision

Viewing changes to nova/compute/task_states.py

  • Committer: paul at openstack
  • Date: 2011-09-26 18:57:03 UTC
  • mfrom: (1098.1.519 nova)
  • Revision ID: paul@openstack.org-20110926185703-ad3bthrj309itbrw
merging Diablo

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
UNPAUSING = 'unpausing'
51
51
SUSPENDING = 'suspending'
52
52
RESUMING = 'resuming'
 
53
POWERING_OFF = 'powering-off'
 
54
POWERING_ON = 'powering-on'
53
55
 
54
56
RESCUING = 'rescuing'
55
57
UNRESCUING = 'unrescuing'