Le Tian Ren bb7da09624 Fix copyright headline in the source files
Change-Id: Ie1b0dac8a8ec1e6d02217fe03159c78a69f6dc5d
Closes-Bug: #1317657
2014-05-09 13:05:20 +08:00

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'