Merge ~rodrigo-barbieri2010/stsstack-bundles:bug/1960676 into stsstack-bundles:master

Proposed by Rodrigo Barbieri
Status: Merged
Merged at revision: bb158e0c9e6966bb09803b06fc26928732fa4ab5
Proposed branch: ~rodrigo-barbieri2010/stsstack-bundles:bug/1960676
Merge into: stsstack-bundles:master
Diff against target: 13 lines (+1/-1)
1 file modified
openstack/bin/post-deploy-config (+1/-1)
Reviewer Review Type Date Requested Status
Nicolas Bock (community) Approve
Edward Hope-Morley Pending
Review via email: mp+415472@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nicolas Bock (nicolasbock) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/openstack/bin/post-deploy-config b/openstack/bin/post-deploy-config
2index fa46c45..1a81781 100755
3--- a/openstack/bin/post-deploy-config
4+++ b/openstack/bin/post-deploy-config
5@@ -92,7 +92,7 @@ if __name__ == '__main__':
6 juju_version = int(subprocess.check_output(
7 ['juju', 'version']).decode('UTF-8').strip()[0])
8
9- service_config = yaml.load(
10+ service_config = yaml.safe_load(
11 subprocess.check_output(['juju', 'status', '--format=yaml',
12 service]).decode('UTF-8')
13 )

Subscribers

People subscribed via source and target branches