update readme to refer 'juju config' + fix report bug link
Change-Id: I6a3e0318470024ec82c5433838b9f94a0dbdfbea Closes-Bug: #1769763 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
This commit is contained in:
parent
21335bc211
commit
6d0022b967
29
README.md
29
README.md
@ -1,28 +1,33 @@
|
||||
# Overview
|
||||
|
||||
LXD is a hypervisor for managing Linux Containers; it provides a simple RESTful API for creation and management of containers. This charm is currently specific to LXD's use with nova-lxd, but that's only by usage, rather than specific design.
|
||||
LXD is a hypervisor for managing Linux Containers; it provides a
|
||||
simple RESTful API for creation and management of containers. This
|
||||
charm is currently specific to LXD's use with nova-lxd, but that's
|
||||
only by usage, rather than specific design.
|
||||
|
||||
# Usage with nova-compute and nova-lxd
|
||||
|
||||
While the lxd charm can be used with any charm to enable use of LXD, its primary use is
|
||||
with the nova-compute Openstack charm, for provisioning LXD based OpenStack Nova
|
||||
instances.
|
||||
While the lxd charm can be used with any charm to enable use of LXD,
|
||||
its primary use is with the nova-compute Openstack charm, for
|
||||
provisioning LXD based OpenStack Nova instances.
|
||||
|
||||
For example:
|
||||
|
||||
juju deploy nova-compute
|
||||
juju set nova-compute virt-type=lxd
|
||||
juju config nova-compute virt-type=lxd
|
||||
juju deploy lxd
|
||||
juju set lxd block-devices=/dev/sdb storage-type=lvm
|
||||
juju config lxd block-devices=/dev/sdb storage-type=lvm
|
||||
juju add-relation lxd nova-compute
|
||||
|
||||
The caveat is that nova-compute is part of a greater ecosystem of many OpenStack service
|
||||
charms. For a full OpenStack Mitaka deployment using LXD, please
|
||||
refer to the [OpenStack LXD](https://jujucharms.com/u/openstack-charmers-next/openstack-lxd) bundle.
|
||||
The caveat is that nova-compute is part of a greater ecosystem of many
|
||||
OpenStack service charms. For a full OpenStack Mitaka deployment using
|
||||
LXD, please refer to the [OpenStack
|
||||
LXD](https://jujucharms.com/u/openstack-charmers-next/openstack-lxd)
|
||||
bundle.
|
||||
|
||||
At this time, nova-lxd is only supported on Ubuntu 16.04 or above, with OpenStack Mitaka
|
||||
(provided as part of Ubuntu 16.04).
|
||||
At this time, nova-lxd is only supported on Ubuntu 16.04 or above,
|
||||
with OpenStack Mitaka (provided as part of Ubuntu 16.04).
|
||||
|
||||
# Contact Information
|
||||
|
||||
Report bugs on [Launchpad](http://bugs.launchpad.net/charms/+source/lxd/+filebug)
|
||||
Report bugs on [Launchpad](https://bugs.launchpad.net/charm-lxd/+filebug)
|
Loading…
Reference in New Issue
Block a user