[lxc-devel] [nova-lxd/master] Doc: improve README.md

taget on Github lxc-bot at linuxcontainers.org
Wed May 4 01:58:11 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 324 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160504/1bc95446/attachment.bin>
-------------- next part --------------
From ecb5471b69ac86b930598d07828a26ca577c6502 Mon Sep 17 00:00:00 2001
From: Eli Qiao <liyong.qiao at intel.com>
Date: Tue, 3 May 2016 16:42:08 +0800
Subject: [PATCH] Doc: improve README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 12fa90f..8949c97 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ An OpenStack Compute driver for managing containers using LXD.
 ## nova-lxd on Devstack
 
 For development purposes, nova-lxd provides a devstack plugin. To use it, just include the
-following in your devstack `local.conf`
+following in your devstack `local.conf`::
 
    [[local|localrc]]
    enable_plugin nova-lxd https://github.com/lxc/nova-lxd
@@ -15,7 +15,7 @@ nova-lxd repo). If you have a local tree you'd like to use, you can symlink your
 `/opt/stack/nova-lxd` and do your development from there.
 
 The devstack default images won't work with lxd, as lxd doesn't support them. Once your
-stack is up and you've configured authentication against your devstack, do the following:
+stack is up and you've configured authentication against your devstack, do the following::
 
    wget http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-root.tar.gz
    glance image-create --name xenial --disk-format raw --container-format bare --file xenial-server-cloudimg-amd64-root.tar.gz


More information about the lxc-devel mailing list