summaryrefslogtreecommitdiff
path: root/heat/tests/test_metadata_refresh.py
Commit message (Expand)AuthorAgeFilesLines
* Don't store signal_url for ec2 signaling of deploymentsRabi Mishra2020-06-041-1/+4
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+2
* Remove stack watch servicerabi2018-01-281-1/+0
* Only check service availability during validationZane Bitter2017-08-011-4/+1
* Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-3/+6
* Update StackDefinition resource data on metadata refreshZane Bitter2017-07-211-1/+8
* Update NodeData in legacy pathZane Bitter2017-04-051-1/+8
* Use more specific asserts in testsBéla Vancsics2016-11-221-1/+1
* Clean imports in codeCao Xuan Hoang2016-08-261-6/+6
* Correct message when extension is not availableDmitriy Uvarenkov2016-06-271-0/+1
* Resolve name/id using translation rules for ServerRabi Mishra2016-03-151-10/+15
* Rename test classes for consistencyJason Dunsmore2016-02-251-4/+4
* Stop using first_address Hidden attribute in testsSergey Kraynev2016-02-241-3/+3
* Edit backslashes for lines continuationOleg Khavroshin2016-01-191-2/+2
* Replaced mox with mock in test_metadata_refreshJay Dobies2015-10-161-168/+124
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-6/+9
* Improve unit tests to succeed without hash tweakWang Muyu2015-08-191-4/+6
* Conditionally expose resources based on available servicesKanagaraj Manickam2015-07-071-2/+5
* Fetch endpoint from service catalogRabi Mishra2015-06-051-3/+0
* Catch warnings consistently during testsAngus Salkeld2015-05-141-2/+0
* Show deprecated warnings when import parserEthan Lynn2015-04-141-6/+7
* Switch config deferred_auth_method to trusts by defaultEthan Lynn2015-03-181-3/+0
* Pass the environment into the Template class and not StackAngus Salkeld2015-03-181-4/+4
* Move nova resources to engine/resources/openstack/nova/huangtianhua2015-03-051-1/+1
* Move AWS::CloudFormation::* resources to heat/engine/resources/aws/cfnhuangtianhua2015-03-041-1/+1
* Move AWS::EC2::* resources to heat/engine/resources/aws/ec2huangtianhua2015-03-041-1/+1
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Split instance code into seperate filehuangtianhua2015-02-051-1/+1
* Merge "Enable resource signals be handled asynchronously"Jenkins2015-01-191-1/+4
|\
| * Enable resource signals be handled asynchronouslytengqm2015-01-191-1/+4
* | Split wait condition handle into separate fileshuangtianhua2015-01-131-3/+3
|/
* Apply nova flavor constraint for resourceshuangtianhua2014-12-031-0/+3
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-4/+4
* Use Constraint stubs in common.pyhuangtianhua2014-08-131-20/+6
* Improve mocking in HeatTestCasePavlo Shchelokovskyy2014-08-071-4/+1
* Move glance_utils functions to glance client pluginSteve Baker2014-07-211-7/+7
* Convert WaitConditionHandle to use handle_signalSteven Hardy2014-07-141-3/+2
* Don't overwrite deployments metadata in Server resourceSteven Hardy2014-07-101-1/+101
* remove bogus comments re stack_delete_after in testsSteven Hardy2014-07-081-4/+0
* Revert "Convert WaitConditionHandle to use handle_signal"Clint Byrum2014-07-041-2/+3
* Convert WaitConditionHandle to use handle_signalSteven Hardy2014-07-031-3/+2
* Use None instead of mutables in method params defaultsliu-sheng2014-07-021-1/+2
* Prevent "No handlers could be found..." loggingSteve Baker2014-06-241-0/+5
* tests add stub_keystoneclient to base test classSteven Hardy2014-06-181-6/+2
* Convert service.py to use_stored_contextSteven Hardy2014-06-181-4/+0
* Move Engine initialization into service start()Steven Hardy2014-06-011-4/+0
* Do not query database for every metadata_getSteve Baker2014-05-051-1/+3
* Use resource methods for metadata get/setSteve Baker2014-05-051-5/+7
* tests remove stack_delete_after decoratorSteven Hardy2014-04-301-2/+0
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-2/+0