heat/heat/engine/resources/openstack/heat
Pavlo Shchelokovskyy 1755030588 Replace random with SystemRandom for RandomString
it might be theoretically possible to infer the state of
standard Python's RNG in a long-running heat-engine service
from multiple created RandomString resources.

Let's use the random.SystemRandom (and os.urandom) for
OS::Heat::RandomString instead.

Change-Id: Iac5c03176fc8bae95ada883621196bd9cb453be3
Closes-Bug: #1745931
(cherry picked from commit 41605aaac1)
2018-04-05 12:43:13 -04:00
..
__init__.py Move heat resources 2015-03-06 11:05:27 +08:00
access_policy.py Add descriptions to openstack resources (Part 3) 2016-02-17 11:22:11 +00:00
autoscaling_group.py Fix attribute caching in Heat AutoScalingGroup 2018-01-31 20:06:48 +00:00
cloud_config.py Single definition of top-level SoftwareConfig keys 2016-08-10 11:01:35 -04:00
cloud_watch.py Migrate to aodh for OS::Ceilometer::Alarm 2016-06-29 02:50:27 +00:00
deployed_server.py To merge the occ data for OS::Heat::DeployedServer 2017-07-21 02:50:18 +00:00
ha_restarter.py Remove log translations 2017-03-25 17:11:50 +08:00
instance_group.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
multi_part.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
none_resource.py Add is_placeholder resource data for placeholder resource 2017-06-26 18:38:11 +08:00
random_string.py Replace random with SystemRandom for RandomString 2018-04-05 12:43:13 -04:00
remote_stack.py Get rid of undesirable properties.data usage 2017-04-04 14:29:29 +00:00
resource_chain.py Fix resource.<n> attribute caching in ResourceGroup/Chain 2018-01-31 20:07:08 +00:00
resource_group.py Merge "Include outputs in rolling update of ResourceGroup" into stable/pike 2018-02-19 12:45:38 +00:00
scaling_policy.py Use stored properties values during signal 2017-07-19 18:01:23 -04:00
software_component.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
software_config.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
software_deployment.py Fix attribute caching in SoftwareDeploymentGroup 2018-01-31 20:06:27 +00:00
structured_config.py Non-destructive upgrade for structured deployments 2016-09-10 09:22:25 +08:00
swiftsignal.py Remove log translations 2017-03-25 17:11:50 +08:00
test_resource.py Remove log translations 2017-03-25 17:11:50 +08:00
value.py Use stored value in OS::Heat::Value resource 2017-02-03 14:28:21 -05:00
wait_condition_handle.py Begin move of UpdateReplace back to its rightful location 2016-08-18 12:57:54 -04:00
wait_condition.py Remove obsolete cache_data from Stack 2017-07-21 10:44:51 -04:00