Go to file
inspurericzhang ac3e827f0d [Trivial Fix] delete dumplicate words config.yaml
Although it is trivial mistakes, it affects reading.

Change-Id: I5226a9604c30d440a6f3ba99bef6b4fd63cd6438
2019-01-07 11:24:45 +08:00
2018-10-03 13:09:59 -05:00
2016-02-25 16:40:47 +00:00
2016-07-01 17:30:16 +01:00
2017-08-02 18:25:32 +01:00
2016-07-01 17:30:16 +01:00
2018-07-11 14:05:37 -05:00
2016-04-20 10:45:48 +01:00
2018-10-03 13:09:59 -05:00
2015-07-23 22:29:09 -04:00
2018-10-03 13:09:59 -05:00
2018-11-02 12:13:51 -05:00

Overview

LXD is a hypervisor for managing Linux Containers; it provides a simple RESTful API for creation and management of containers. This charm is currently specific to LXD's use with nova-lxd, but that's only by usage, rather than specific design.

Usage with nova-compute and nova-lxd

While the lxd charm can be used with any charm to enable use of LXD, its primary use is with the nova-compute Openstack charm, for provisioning LXD based OpenStack Nova instances.

For example:

juju deploy nova-compute
juju set nova-compute virt-type=lxd
juju deploy lxd
juju set lxd block-devices=/dev/sdb storage-type=lvm
juju add-relation lxd nova-compute

The caveat is that nova-compute is part of a greater ecosystem of many OpenStack service charms. For a full OpenStack Mitaka deployment using LXD, please refer to the OpenStack LXD bundle.

At this time, nova-lxd is only supported on Ubuntu 16.04 or above, with OpenStack Mitaka (provided as part of Ubuntu 16.04).

Contact Information

Report bugs on Launchpad

Description
Juju Charm - LXD
Readme 1.6 MiB