powervc-driver/nova-powervc/powervc/nova/driver/compute/task_states.py

9 lines
166 B
Python

# Copyright 2013 IBM Corp.
"""
Task states unique to PowerVC.
"""
# Task state used by PowerVC to indicate an instance is being activated
ACTIVATING = 'activating'