summaryrefslogtreecommitdiff
path: root/nova/compute/power_state.py
Commit message (Expand)AuthorAgeFilesLines
* Removed enum duplication from nova.computeRyan Rossiter2016-09-021-14/+13
* Remove power_state.BUILDINGMatt Riedemann2015-04-141-5/+0
* Remove underscore for the STATE_MAP variableGary Kotton2014-02-171-1/+1
* Merge "Remove unused methods"Jenkins2014-02-101-8/+0
|\
| * Remove unused methodsKIYOHIRO ADACHI2014-01-291-8/+0
* | Remove vi modelinesliu-sheng2014-02-031-2/+0
|/
* cleanup power state (partially implements bp task-management)Yun Mao2012-05-291-10/+15
* adding 'building' power state; testing for 409 from OSAPI when rebuild reques...Brian Waldon2011-03-311-9/+12
* pep8 fixes, backported some important fixes that didn't make it over from my ...Justin Santa Barbara2011-03-231-1/+1
* Added space in between # and TODO in #TODOJustin Santa Barbara2011-03-221-1/+1
* Added note about the advantages of using a type vs using a set of global cons...Justin Santa Barbara2011-03-221-1/+3
* Initial implementation of refresh instance statesJustin Santa Barbara2011-03-141-4/+12
* Added test case for 'not enough memory'Salvatore Orlando2011-02-091-1/+3
* added suspend as a power stateTrey Morris2010-12-231-1/+3
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-211-7/+6
* In preparation for XenAPI support, refactor the interface betweenEwan Mellor2010-07-181-0/+41