heat/heat/tests/aws
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 Enable some unit tests back 2015-02-03 10:20:16 +08:00
test_eip.py Change NovaClientPlugin to use MicroversionMixin 2018-06-29 09:37:44 +05:30
test_instance.py Remove mox from test_instance 2018-03-28 21:26:28 -04:00
test_instance_network.py Change NovaClientPlugin to use MicroversionMixin 2018-06-29 09:37:44 +05:30
test_loadbalancer.py Change NovaClientPlugin to use MicroversionMixin 2018-06-29 09:37:44 +05:30
test_network_interface.py Remove mox usage from `aws/test_network_interface.py` 2018-04-27 14:44:53 +08:00
test_s3.py Remove mox from test_s3 2018-04-03 08:07:31 +05:30
test_security_group.py Unit tests: Fix mock errors with too few side effects 2018-08-10 17:25:13 -04:00
test_user.py Remove mox from test_user 2018-04-03 08:07:31 +05:30
test_volume.py Unit tests: Fix mock errors with too few side effects 2018-08-10 17:25:13 -04:00
test_waitcondition.py Don't store signal_url for ec2 signaling of deployments 2020-06-25 11:45:49 +05:30