Merge lp:~hopem/charms/trusty/glance/lp1499435 into lp:~openstack-charmers-archive/charms/trusty/glance/next

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 141
Proposed branch: lp:~hopem/charms/trusty/glance/lp1499435
Merge into: lp:~openstack-charmers-archive/charms/trusty/glance/next
Diff against target: 20 lines (+5/-6)
1 file modified
hooks/glance_utils.py (+5/-6)
To merge this branch: bzr merge lp:~hopem/charms/trusty/glance/lp1499435
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+272290@code.launchpad.net
To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #10690 glance-next for hopem mp272290
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/10690/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #9873 glance-next for hopem mp272290
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/9873/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #6750 glance-next for hopem mp272290
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/6750/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #6763 glance-next for hopem mp272290
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/6763/

Revision history for this message
Liam Young (gnuoy) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/glance_utils.py'
--- hooks/glance_utils.py 2015-09-22 13:39:12 +0000
+++ hooks/glance_utils.py 2015-09-24 16:42:24 +0000
@@ -305,12 +305,11 @@
305 raise Exception("IPv6 is not supported in the charms for Ubuntu "305 raise Exception("IPv6 is not supported in the charms for Ubuntu "
306 "versions less than Trusty 14.04")306 "versions less than Trusty 14.04")
307307
308 # NOTE(xianghui): Need to install haproxy(1.5.3) from trusty-backports308 # Need haproxy >= 1.5.3 for ipv6 so for Trusty if we are <= Kilo we need to
309 # to support ipv6 address, so check is required to make sure not309 # use trusty-backports otherwise we can use the UCA.
310 # breaking other versions, IPv6 only support for >= Trusty310 if ubuntu_rel == 'trusty' and os_release('glance') < 'liberty':
311 if ubuntu_rel == 'trusty':311 add_source('deb http://archive.ubuntu.com/ubuntu trusty-backports '
312 add_source('deb http://archive.ubuntu.com/ubuntu trusty-backports'312 'main')
313 ' main')
314 apt_update()313 apt_update()
315 apt_install('haproxy/trusty-backports', fatal=True)314 apt_install('haproxy/trusty-backports', fatal=True)
316315

Subscribers

People subscribed via source and target branches