heat/heat/tests/aws
Rabi Mishra 3047ca7d36 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.

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

Change-Id: I6b74faed820caccd39210bd48a212b2dedca46b9
Related-Bug: #1872737
2020-06-04 23:03:17 +05:30
..
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00
test_eip.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_instance.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_instance_network.py Change NovaClientPlugin to use MicroversionMixin 2018-06-29 09:37:44 +05:30
test_loadbalancer.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_network_interface.py Remove mox usage from `aws/test_network_interface.py` 2018-04-27 14:44:53 +08:00
test_s3.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_security_group.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_user.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_volume.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_waitcondition.py Don't store signal_url for ec2 signaling of deployments 2020-06-04 23:03:17 +05:30