tacker/tacker/nfvo
WangBinbin 4889515fcf Replace yaml.load with yaml.safe_load;
Replace yaml.dump with yaml.safe_dump;

In the file
 /vnfm/infra_drivers/openstack/translate_template.py#L453
 /vnfm/tosca/utils.py#L267

The default yaml.safe_dump does not support OrderedDict,
So Add one function for the yaml.safe_dump in the files above

yaml.safe_load is more safer than yaml.load, that's the patch meaning

Change-Id: Iab0e976b1163220bd78c2ceda83243c2da4c6624
Closes-Bug: #1673294
2017-03-16 10:33:26 +00:00
..
drivers Replace yaml.load with yaml.safe_load; 2017-03-16 10:33:26 +00:00
__init__.py Implement multisite VIM feature 2016-03-28 15:32:54 -07:00
nfvo_plugin.py Replace yaml.load with yaml.safe_load; 2017-03-16 10:33:26 +00:00