Update deprecated use of yaml.load 38/8238/1
authorAdam Israel <adam.israel@canonical.com>
Tue, 26 Nov 2019 14:23:52 +0000 (09:23 -0500)
committerAdam Israel <adam.israel@canonical.com>
Tue, 26 Nov 2019 14:23:52 +0000 (09:23 -0500)
commit9a1bd31f1e8d0a70b8837a057582cb2e82e66194
tree7bdd428ca182a366d293c0ab6a6f7c604c2d2ae4
parent0d648c93b6f03dc221a9e34bfa021003e17f1992
Update deprecated use of yaml.load

Update the deprecated use of `yaml.load` without a loader, replacing it with a call to the sugar method `yaml.safe_load`. See also: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Change-Id: Ia5b591349ba6da4260545335315d3d07191f76cf
Signed-off-by: Adam Israel <adam.israel@canonical.com>
n2vc/k8s_helm_conn.py