summaryrefslogtreecommitdiff
path: root/heat/tests/test_signal.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove layer of indirectionStephen Finucane2023-03-251-1/+1
* Fix compatibility with oslo.context >= 4.0.018.0.0.0rc118.0.0Takashi Kajinami2022-03-011-1/+1
* Don't store signal_url for ec2 signaling of deploymentsRabi Mishra2020-06-041-2/+5
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-2/+2
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-3/+2
* Remove stack watch servicerabi2018-01-281-6/+1
* Move FakeKeystoneClient to engine.clientsDan Prince2017-10-241-2/+2
* Revert "Revert "Enable heat to use uwsgi with devstack""rabi2017-07-071-2/+2
* Revert "Enable heat to use uwsgi with devstack"Mehdi Abaakouk (sileht)2017-06-071-2/+2
* Enable heat to use uwsgi with devstackrabi2017-06-051-2/+2
* Merge "Don't set metadata for deleted resources"Jenkins2017-04-121-9/+13
|\
| * Don't set metadata for deleted resourcesCrag Wolfe2017-03-301-9/+13
* | Unit tests: fix signal URL immutability testsZane Bitter2017-04-051-64/+33
|/
* Merge "Move NoActionRequired exception back where it belongs"Jenkins2016-09-141-1/+2
|\
| * Move NoActionRequired exception back where it belongsZane Bitter2016-08-181-1/+2
* | Merge "Migrate to keystoneauth"Jenkins2016-09-141-1/+1
|\ \
| * | Migrate to keystoneauthLu lei2016-09-061-1/+1
| |/
* | Modify use of assertTrue(A in B)Bin Zhou2016-09-021-2/+2
|/
* Clean imports in codeNguyen Hung Phuong2016-08-161-9/+9
* Merge "Sync context with oslo.context"Jenkins2016-06-291-1/+1
|\
| * Sync context with oslo.contextJamie Lennox2016-06-171-1/+1
* | Use Zaqar signed URLs in software deploymentThomas Herve2016-06-211-4/+11
|/
* Get rid of gratuitous use of six.iterkeys()Zane Bitter2016-06-071-1/+1
* Don't recompute metadata after clearing a user hookZane Bitter2016-02-051-1/+2
* Convert from mox to mock in test_signalJay Dobies2016-01-141-350/+329
* Add signal_transport property to Heat wait conditionsMiguel Grinberg2015-10-131-0/+9
* Return error message if validate fail when clearing hookhuangtianhua2015-09-091-7/+16
* Move Resource exceptions to common module (5)Oleksii Chuprykov2015-09-041-2/+1
* Provide signal_url for DELETE action when using other transportsRabi Mishra2015-08-261-0/+107
* Fix Software Deployment DELETE action for CFN_SIGNAL transportRabi Mishra2015-08-241-2/+5
* Improve unit tests to succeed without hash tweakWang Muyu2015-08-191-10/+17
* Move signals to SignalResponder classMiguel Grinberg2015-07-141-26/+176
* Move registration of GenericResource to HeatTestSergey Kraynev2015-06-151-4/+0
* Move registration of resources to HeatTestCaseSergey Kraynev2015-06-151-2/+0
* SignalResponder _get_signed_url should use cloudformation endpointRabi Mishra2015-06-091-4/+4
* Fetch endpoint from service catalogRabi Mishra2015-06-051-4/+9
* Don't create events when signals don't perform an actionAngus Salkeld2015-05-061-0/+27
* Use six.iterkeys(x) instead of x.keys()Tetiana Lashchova2015-04-231-1/+2
* Show deprecated warnings when import parserEthan Lynn2015-04-141-1/+1
* Switch config deferred_auth_method to trusts by defaultEthan Lynn2015-03-181-2/+2
* Versioned objects - ResourceDataShaoHe Feng2015-03-121-6/+7
* Move resource inheritance class to engine/resourceshuangtianhua2015-03-101-1/+1
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Change the event status to SIGNAL_COMPLETEAngus Salkeld2015-02-061-5/+5
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Merge "Use the template module to access the Template class"Jenkins2014-08-281-3/+3
|\
| * Use the template module to access the Template classAngus Salkeld2014-08-211-3/+3
* | SoftwareDeployments move signal reason into resource pluginSteven Hardy2014-08-211-15/+1
|/
* Appropriate exception for signal handling failureSteven Hardy2014-08-111-1/+1
* Allow plugins to specify signal event reasonSteven Hardy2014-07-251-0/+24