Kashyap | Changed EC2 state map pending from nostate to building

This commit is contained in:
Kashyap Kopparam 2014-10-01 16:03:11 +05:30
parent 7c171ce6ed
commit 16ea5925d9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ CONF.register_opts(ec2driver_opts, 'ec2driver')
TIME_BETWEEN_API_CALL_RETRIES = 1.0
EC2_STATE_MAP = {
"pending" : power_state.NOSTATE,
"pending" : power_state.BUILDING,
"running" : power_state.RUNNING,
"shutting-down" : power_state.NOSTATE,
"terminated" : power_state.SHUTDOWN,