heat/heat/tests/engine
Rabi Mishra a4346b3287 Don't store signal_url for ec2 signaling of deployments
As part of a CVE keystone has started checking[1] the timestamp
of signed ec2 token with default TTL of 15 mins. We can't
store the ec2 url anymore for future use for those.

This moves the caching logic to BaseWaitConditionHandle class.

Conflicts:
	heat/engine/resources/signal_responder.py
	heat/tests/test_signal.py

[1] https://review.opendev.org/#/c/724124/

Change-Id: I6b74faed820caccd39210bd48a212b2dedca46b9
Task: 39985
Related-Bug: #1872737
(cherry picked from commit 3047ca7d36)
2020-06-25 11:45:49 +05:30
..
service Don't store signal_url for ec2 signaling of deployments 2020-06-25 11:45:49 +05:30
__init__.py Split engine service test case 2015-04-20 10:19:58 -04:00
test_check_resource.py Handle exceptions in initial convergence traversal setup 2018-07-31 01:02:22 +00:00
test_dependencies.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_engine_worker.py Eliminate client race condition in convergence delete 2018-07-30 20:48:28 -04:00
test_node_data.py Add a NodeData class to roll up resource data 2017-02-24 10:10:26 -05:00
test_plugin_manager.py Move core engine related unit tests to tests/engine 2015-07-21 17:37:20 +05:30
test_resource_type.py Hidden resources in Rocky 2018-07-26 23:29:57 +08:00
test_scheduler.py Remove mox from test_scheduler.WrapperTaskTest 2018-04-02 11:33:30 -04:00
test_sync_point.py Support tenacity exponential backoff retry on resource sync 2017-07-25 03:45:57 +00:00
tools.py Change NovaClientPlugin to use MicroversionMixin 2018-06-29 09:37:44 +05:30