[lxc-devel] [linuxcontainers.org/master] Update documentation for 16.10
zulcss on Github
lxc-bot at linuxcontainers.org
Wed Mar 30 17:02:38 UTC 2016
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 441 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160330/dab1ab1b/attachment.bin>
-------------- next part --------------
From 96e2b798f3d81e6e84c02f2ca40e3d2cff7338d1 Mon Sep 17 00:00:00 2001
From: Chuck Short <chuck.short at 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.short at 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
More information about the lxc-devel
mailing list