The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/167
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === - Rename nova-compute-lxd -> nova-lxd - Update glance image-create Signed-off-by: Chuck Short <chuck.sh...@canonical.com>
From 96e2b798f3d81e6e84c02f2ca40e3d2cff7338d1 Mon Sep 17 00:00:00 2001 From: Chuck Short <chuck.sh...@canonical.com> Date: Wed, 30 Mar 2016 13:00:24 -0400 Subject: [PATCH] Update documentation for 16.10 - Rename nova-compute-lxd -> nova-lxd - Update glance image-create Signed-off-by: Chuck Short <chuck.sh...@canonical.com> --- content/lxd/getting-started-openstack.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/content/lxd/getting-started-openstack.md b/content/lxd/getting-started-openstack.md index d3c0d7d..b40e04f 100644 --- a/content/lxd/getting-started-openstack.md +++ b/content/lxd/getting-started-openstack.md @@ -4,11 +4,11 @@ The Nova LXD project provides a Nova driver for managing full system containers ## Manual installation - Ubuntu server -Nova LXD is available in Ubuntu 15.10; The Nova LXD driver is installed on Nova Compute servers only: +Nova LXD is available in Ubuntu 16.10; The Nova LXD driver is installed on Nova Compute servers only: - sudo apt-get install nova-compute-lxd + sudo apt-get install nova-lxd -The 'nova-compute-lxd' package ensures that the nova-compute daemon is started with the correct hypervisor driver for LXD; however the 'nova' user must have group membership of the 'lxd' group to have access to manage LXD containers: +The 'nova-lxd' package ensures that the nova-compute daemon is started with the correct hypervisor driver for LXD; however the 'nova' user must have group membership of the 'lxd' group to have access to manage LXD containers: sudo usermod -G lxd -a nova sudo service nova-compute restart @@ -30,12 +30,10 @@ The bundle automatically configures storage for containers root filesystems usin ## LXD images for OpenStack -LXD does not support the use of the qcow2 image format used for KVM; LXD requires use of root filesystem archive based images. Canonical publish Ubuntu images of the required format: +LXD does not support the use of the qcow2 image format used for KVM; LXD requires use of "raw" filesystem archive based images. Canonical publish Ubuntu images of the required format: glance image-create --name="trusty" --public --progress \ - --container-format=bare --disk-format=root-tar \ - --property architecture="x86_64" \ - --property hypervisor_type=lxc \ + --container-format=bare --disk-format=raw \ --copy-from http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-root.tar.gz ## Creating containers
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel