Merge lp:~1chb1n/charms/trusty/nova-cloud-controller/six-install into lp:~openstack-charmers-archive/charms/trusty/nova-cloud-controller/next

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 128
Proposed branch: lp:~1chb1n/charms/trusty/nova-cloud-controller/six-install
Merge into: lp:~openstack-charmers-archive/charms/trusty/nova-cloud-controller/next
Diff against target: 10 lines (+1/-0)
1 file modified
hooks/nova_cc_utils.py (+1/-0)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/nova-cloud-controller/six-install
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
OpenStack Charmers Pending
Review via email: mp+244911@code.launchpad.net

Description of the change

Install python-six explicitly via the charm install hook
See tracking bug: bug 1403195
Also related SRU bug: bug 1403114

Will also eventually be fixed in keystone icehouse package deps.

To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

FYI: deploy tests succeed for this charm, but neutron-gateway is the next in line to fail, having the old six installed.

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

charm_lint_check #201 nova-cloud-controller-next for 1chb1n mp244911
    LINT OK: passed

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

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

charm_unit_test #230 nova-cloud-controller-next for 1chb1n mp244911
    UNIT OK: passed

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

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

charm_amulet_test #250 nova-cloud-controller-next for 1chb1n mp244911
    AMULET OK: passed

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

Revision history for this message
Corey Bryant (corey.bryant) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/nova_cc_utils.py'
2--- hooks/nova_cc_utils.py 2014-11-14 09:55:10 +0000
3+++ hooks/nova_cc_utils.py 2014-12-16 20:23:06 +0000
4@@ -67,6 +67,7 @@
5 'python-mysqldb',
6 'python-psycopg2',
7 'python-psutil',
8+ 'python-six',
9 'uuid',
10 ]
11

Subscribers

People subscribed via source and target branches