heat/heat/tests/engine/service
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
..
__init__.py Split engine service test cases (8) 2015-08-20 21:19:59 -04:00
test_service_engine.py Always start convergence worker service 2018-07-31 01:02:13 +00:00
test_software_config.py Remove mox usage from test_software_config 2018-04-24 11:49:00 +08:00
test_stack_action.py Eliminate client races in legacy operations 2018-07-30 20:48:34 -04:00
test_stack_adopt.py Unit tests: ensure all threads complete 2017-10-19 17:44:33 -04:00
test_stack_create.py Handle exceptions in initial convergence traversal setup 2018-07-31 01:02:22 +00:00
test_stack_delete.py Unit tests: Don't leave RPC server running 2017-10-19 18:03:59 -04:00
test_stack_events.py Eliminate client races in legacy operations 2018-07-30 20:48:34 -04:00
test_stack_resources.py Don't store signal_url for ec2 signaling of deployments 2020-06-25 11:45:49 +05:30
test_stack_snapshot.py Fix invalid assert state 2019-08-07 07:20:55 +00:00
test_stack_update.py Eliminate client races in legacy operations 2018-07-30 20:48:34 -04:00
test_threadgroup_mgr.py Use ThreadGroup.add_timer() API correctly 2018-12-07 09:24:56 +13:00