summaryrefslogtreecommitdiff
path: root/heat/engine/stack_lock.py
Commit message (Expand)AuthorAgeFilesLines
* Reset stack status even when lock engine_id is NoneSteve Baker2015-11-181-2/+5
* Fix stack lock ActionInProgress in the admin caseThomas Herve2015-11-181-0/+1
* Fix [H405] pep rule in heat/enginePeter Razumovsky2015-09-211-12/+11
* Move listener rpc client to rpc/listener_client.pyAngus Salkeld2015-06-191-15/+3
* Pass stack id to init stacklockEthan Lynn2015-04-211-23/+27
* Set stack status to FAILED when engine is downEthan Lynn2015-04-021-0/+3
* Fix the topic and server that the listener client usesAngus Salkeld2015-03-241-2/+2
* Versioned-object StackLockKanagaraj Manickam2015-03-231-7/+11
* Change the engine-listener topicMehdi Abaakouk2015-02-271-1/+3
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-3/+3
* Move logging to use oslo_log librarySteven Hardy2015-02-171-1/+1
* Release stack lock when successfully acquirehuangtianhua2015-02-061-0/+2
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-2/+2
* Log translation hint for Heat.engine (part3)liu-sheng2014-10-141-17/+18
* Switch to oslo.utilsJulien Danjou2014-09-301-1/+1
* Switch heat engine to oslo.i18nEthan Lynn2014-09-161-1/+1
* Fix H201 violations and re-enable gatingliu-sheng2014-07-111-2/+2
* Port to oslo.messagingThomas Herve2014-06-261-8/+7
* Implement context manager for stack lockJason Dunsmore2014-05-291-0/+33
* Replacing variable logger on LOGSergey Kraynev2014-05-271-27/+26
* debug level logs should not be translatedChristian Berendt2014-05-141-9/+9
* Merge "Order imports in alphabetical order (5/9)"Jenkins2014-04-111-4/+4
|\
| * Order imports in alphabetical order (5/9)Pavlo Shchelokovskyy2014-04-071-4/+4
* | Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\ \ | |/ |/|
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Remove decorators for exceptionsSteven Dake2014-03-071-1/+0
|/
* Don't try to stop a stack on a dead engineJason Dunsmore2014-02-111-3/+4
* Allow an in-progress stack to be deletedJason Dunsmore2014-02-051-0/+7
* Ensure stack lock is released after stack-deleteJason Dunsmore2014-02-051-4/+4
* Add a new ThreadGroupManager classJason Dunsmore2014-01-201-13/+25
* Prevent tempest from failing upon ActionInProgressJason Dunsmore2013-12-171-2/+3
* Implement stack-locking for multi-engine supportJason Dunsmore2013-12-101-0/+102
* Revert "Implement stack-locking for multi-engine support"Angus Salkeld2013-11-131-89/+0
* Implement stack-locking for multi-engine supportJason Dunsmore2013-11-121-0/+89