Merge lp:~niedbalski/charms/trusty/nova-compute/fix-lp-1308557 into lp:~openstack-charmers-archive/charms/trusty/nova-compute/trunk

Proposed by Jorge Niedbalski
Status: Merged
Merged at revision: 60
Proposed branch: lp:~niedbalski/charms/trusty/nova-compute/fix-lp-1308557
Merge into: lp:~openstack-charmers-archive/charms/trusty/nova-compute/trunk
Diff against target: 10 lines (+1/-1)
1 file modified
hooks/charmhelpers/fetch/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~niedbalski/charms/trusty/nova-compute/fix-lp-1308557
Reviewer Review Type Date Requested Status
Juan L. Negron (community) Approve
Marco Ceppi (community) Abstain
Review via email: mp+217109@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

Deferring to openstack-charmers

review: Abstain
Revision history for this message
Juan L. Negron (negronjl) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/charmhelpers/fetch/__init__.py'
2--- hooks/charmhelpers/fetch/__init__.py 2014-04-04 16:45:38 +0000
3+++ hooks/charmhelpers/fetch/__init__.py 2014-04-24 17:47:44 +0000
4@@ -184,7 +184,7 @@
5 apt.write(PROPOSED_POCKET.format(release))
6 if key:
7 subprocess.check_call(['apt-key', 'adv', '--keyserver',
8- 'keyserver.ubuntu.com', '--recv',
9+ 'hkp://keyserver.ubuntu.com:80', '--recv',
10 key])
11
12

Subscribers

People subscribed via source and target branches