From 60af8eabede32b9aeddde377ece7196dad22d256 Mon Sep 17 00:00:00 2001 From: Russell Tweed Date: Sat, 16 May 2015 22:55:46 +0000 Subject: [PATCH] Add information on new LXD hypervisor to the list of supported hypervisors Remove superfluous whitespaces Change-Id: Ie748f9a7c6e380663c3644dfe4456e2e5afa6eba Closes-Bug: #1455699 --- .../compute/section_compute-hypervisors.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/config-reference/compute/section_compute-hypervisors.xml b/doc/config-reference/compute/section_compute-hypervisors.xml index 8868110f1a..da1e1bf2e1 100644 --- a/doc/config-reference/compute/section_compute-hypervisors.xml +++ b/doc/config-reference/compute/section_compute-hypervisors.xml @@ -29,7 +29,14 @@ LXC - Linux Containers (through libvirt), - use to run Linux-based virtual machines. + used to run Linux-based virtual machines. + + + LXD - A lightweight, full system container + hypervisor, LXD uses the LXC API for low-level container + management and adds new functionality by adding a REST + API on top.