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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: lxd
summary: A hypervisor for LXC containers
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
  A hypervisor for LXC containers
tags:
  - misc
  - openstack
subordinate: true
peers:
  lxd-migration:
    interface: lxd-migration
provides:
  lxd:
    interface: containers
    scope: container
requires:
   container:
     interface: juju-info
     scope: container