tripleo-heat-templates/tools
Takashi Kajinami 53040573ab Use yaml.safe_load to load YAML files
Since PyYAML 5.1, yaml.load without specifying the Loader option is
deprecated and shows the following warning.

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,
as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.

This change replaces yaml.load by yaml.safe_load (which is effectively
same as adding Loader=yaml.SafeLoader) to get rid of that warning
message. Also, existing all usage of yaml.load with the Loader option
are also replaced so that we to make all implementation to load yaml
files consistent.

Change-Id: Id44fa2354429b944fbc0809f63db558bb7de23f7
2021-07-24 12:08:22 +09:00
..
tests Use 'wallaby' heat_template_version 2021-03-31 17:35:12 +05:30
__init__.py tool: convert heat network-config to ansible j2 2020-12-18 07:26:01 +01:00
check-up-to-date.sh Make krb-service-principal metadata per-Role 2019-04-05 14:22:20 +00:00
convert_heat_nic_config_to_ansible_j2.py Close if block in dual bonds 2021-03-17 23:50:36 +01:00
convert_nic_config.py Fix convert_nic_config.py script 2020-11-18 10:45:30 +05:30
make_ceph_disk_list.py Use python3 in tools scripts 2020-04-29 09:23:36 +02:00
merge-new-params-nic-config-script.py Use merge strategy for EndpointMap 2021-06-15 09:15:41 +05:30
process-templates.py Replace unused var 'net' with _ 2021-05-20 23:49:15 +02:00
releasenotes_tox.sh tox: Keeping going with docs 2019-11-03 02:44:38 +08:00
render-ansible-tasks.py Use yaml.safe_load to load YAML files 2021-07-24 12:08:22 +09:00
roles-data-generate-samples.sh Add in roles data validation 2017-07-07 09:51:40 -06:00
roles-data-generate.py Use python3 in tools scripts 2020-04-29 09:23:36 +02:00
roles-data-validation.sh Remove fluentd composable service 2019-08-29 13:52:55 +01:00
yaml-diff.py yaml-diff.py: Making it a bit better 2021-07-05 18:11:28 -04:00
yaml-validate.py Use yaml.safe_load to load YAML files 2021-07-24 12:08:22 +09:00