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

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 178
Proposed branch: lp:~hopem/charms/trusty/keystone/lp1499435
Merge into: lp:~openstack-charmers-archive/charms/trusty/keystone/next
Diff against target: 20 lines (+5/-6)
1 file modified
hooks/keystone_utils.py (+5/-6)
To merge this branch: bzr merge lp:~hopem/charms/trusty/keystone/lp1499435
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+272286@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 #10688 keystone-next for hopem mp272286
    LINT OK: passed

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

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

charm_unit_test #9881 keystone-next for hopem mp272286
    UNIT OK: passed

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

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

charm_amulet_test #6746 keystone-next for hopem mp272286
    AMULET OK: passed

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

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/keystone_utils.py'
--- hooks/keystone_utils.py 2015-09-23 14:03:57 +0000
+++ hooks/keystone_utils.py 2015-09-24 16:45:25 +0000
@@ -1571,12 +1571,11 @@
1571 raise Exception("IPv6 is not supported in the charms for Ubuntu "1571 raise Exception("IPv6 is not supported in the charms for Ubuntu "
1572 "versions less than Trusty 14.04")1572 "versions less than Trusty 14.04")
15731573
1574 # NOTE(xianghui): Need to install haproxy(1.5.3) from trusty-backports1574 # Need haproxy >= 1.5.3 for ipv6 so for Trusty if we are <= Kilo we need to
1575 # to support ipv6 address, so check is required to make sure not1575 # use trusty-backports otherwise we can use the UCA.
1576 # breaking other versions, IPv6 only support for >= Trusty1576 if ubuntu_rel == 'trusty' and os_release('keystone') < 'liberty':
1577 if ubuntu_rel == 'trusty':1577 add_source('deb http://archive.ubuntu.com/ubuntu trusty-backports '
1578 add_source('deb http://archive.ubuntu.com/ubuntu trusty-backports'1578 'main')
1579 ' main')
1580 apt_update()1579 apt_update()
1581 apt_install('haproxy/trusty-backports', fatal=True)1580 apt_install('haproxy/trusty-backports', fatal=True)
15821581

Subscribers

People subscribed via source and target branches