~openstack-charmers-next/charms/wily/lxd/trunk

« back to all changes in this revision

Viewing changes to hooks/lxd_utils.py

  • Committer: James Page
  • Date: 2016-02-25 16:38:01 UTC
  • mfrom: (50.3.1 trunk)
  • Revision ID: james.page@ubuntu.com-20160225163801-qnsneb3x5635r8ci
Add criu to package list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
BASE_PACKAGES = [
46
46
    'btrfs-tools',
47
47
    'lvm2',
48
 
    'thin-provisioning-tools'
 
48
    'thin-provisioning-tools',
 
49
    'criu'
49
50
]
50
51
LXD_PACKAGES = ['lxd', 'lxd-client']
51
52
LXD_SOURCE_PACKAGES = [