~openstack-charmers-archive/charms/trusty/openstack-dashboard/old-1501

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/fetch/__init__.py

  • Committer: james.page at ubuntu
  • Date: 2014-05-02 09:47:03 UTC
  • mfrom: (26.1.1 openstack-dashboard_trunk)
  • Revision ID: james.page@ubuntu.com-20140502094703-ogetzfnc0mupojrz
[niedbalski] Force use of http for key imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
            apt.write(PROPOSED_POCKET.format(release))
185
185
    if key:
186
186
        subprocess.check_call(['apt-key', 'adv', '--keyserver',
187
 
                               'keyserver.ubuntu.com', '--recv',
 
187
                               'hkp://keyserver.ubuntu.com:80', '--recv',
188
188
                               key])
189
189
 
190
190