Merge lp:~zulcss/charms/trusty/lxd/lxd-criu into lp:~openstack-charmers-archive/charms/trusty/lxd/next

Proposed by Chuck Short
Status: Merged
Merged at revision: 54
Proposed branch: lp:~zulcss/charms/trusty/lxd/lxd-criu
Merge into: lp:~openstack-charmers-archive/charms/trusty/lxd/next
Diff against target: 13 lines (+2/-1)
1 file modified
hooks/lxd_utils.py (+2/-1)
To merge this branch: bzr merge lp:~zulcss/charms/trusty/lxd/lxd-criu
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+286703@code.launchpad.net

Description of the change

Install the criu package needed for migrations.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #929 lxd-next for zulcss mp286703
    LINT OK: passed

Build: http://10.245.162.36:8080/job/charm_lint_check/929/

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

charm_unit_test #831 lxd-next for zulcss mp286703
    UNIT FAIL: unit-test failed

UNIT Results (max last 2 lines):
make: *** [test] Error 1
ERROR:root:Make target returned non-zero.

Full unit test output: http://paste.ubuntu.com/
Build: http://10.245.162.36:8080/job/charm_unit_test/831/

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

charm_amulet_test #376 lxd-next for zulcss mp286703
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/
Build: http://10.245.162.36:8080/job/charm_amulet_test/376/

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

charm_amulet_test #444 lxd-next for zulcss mp286703
    AMULET OK: passed

Build: http://10.245.162.36:8080/job/charm_amulet_test/444/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/lxd_utils.py'
2--- hooks/lxd_utils.py 2015-10-20 10:13:31 +0000
3+++ hooks/lxd_utils.py 2016-02-19 18:37:40 +0000
4@@ -45,7 +45,8 @@
5 BASE_PACKAGES = [
6 'btrfs-tools',
7 'lvm2',
8- 'thin-provisioning-tools'
9+ 'thin-provisioning-tools',
10+ 'criu'
11 ]
12 LXD_PACKAGES = ['lxd', 'lxd-client']
13 LXD_SOURCE_PACKAGES = [

Subscribers

People subscribed via source and target branches