[lxc-devel] [linuxcontainers.org/master] getting started with openstack: typo fixes and improvements

voidzero on Github lxc-bot at linuxcontainers.org
Mon Aug 1 23:45:17 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/20160801/b96c2a97/attachment.bin>
-------------- next part --------------
From 5365be3fa6529a62a3de2f6191edba0e6480f116 Mon Sep 17 00:00:00 2001
From: Mark <voidzero at users.noreply.github.com>
Date: Tue, 2 Aug 2016 01:40:01 +0200
Subject: [PATCH] getting started with openstack: typo fixes and improvements

---
 content/lxd/getting-started-openstack.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/content/lxd/getting-started-openstack.md b/content/lxd/getting-started-openstack.md
index 0040526..07cb2c3 100644
--- a/content/lxd/getting-started-openstack.md
+++ b/content/lxd/getting-started-openstack.md
@@ -38,8 +38,7 @@ trust passwords and remotes to support migration of containers between LXD hyper
 
 ## LXD images for OpenStack
 
-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:
+LXD requires use of 'raw' images that are generally to be installed onto a block device, such as a disk partition or an LVM volume. Canonical publishes raw images of Ubuntu for various arches (arm64, armhf, i386, amd64, ppc64el). These can be imported similarly to the following example, that imports an amd64 Ubuntu trusty image:
 
     glance image-create --name="trusty" --public --progress \
         --container-format=bare --disk-format=raw \
@@ -47,9 +46,9 @@ Canonical publish Ubuntu images of the required format:
 
 ## Creating containers
 
-LXD containers are managed in exactly the same way as a KVM container - either via Horizon or via the Nova CLI:
+LXD containers are managed in the same manner as KVM containers - either via Horizon or via the Nova CLI:
 
     nova boot --image=trusty --flavor=m1.tiny my-first-openstack-lxd-container
 
-You may need to associate a floating ip address and configure appropriate security rules depending on the network and  
+You may need to associate a floating ip address and configure appropriate security rules, depending on the network and  
 security configuration of the OpenStack cloud you are using.


More information about the lxc-devel mailing list