The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/348
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) === I noticed the bullets weren't properly displayed on the website. I'm updating the format.
From 53bdd33aff6643413de67d90da540ad73aa706b2 Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca <[email protected]> Date: Sun, 3 Mar 2019 22:24:32 -0600 Subject: [PATCH] Update OpenNebula entry format Signed-off-by: Daniel Clavijo Coca <[email protected]> --- content/lxd/introduction.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/lxd/introduction.md b/content/lxd/introduction.md index 361cbe1..f0c0835 100644 --- a/content/lxd/introduction.md +++ b/content/lxd/introduction.md @@ -37,12 +37,13 @@ Some of the biggest features of LXD are: Starting from [OpenNebula EDGE](https://opennebula.org/get-your-hands-on-v-5-8-edge/) this cloud management platform packs official drivers to manage LXD compute nodes. Key features: -- Enables **qcow2 backed containers** and regular KVM-like images, giving users more flexibility when deploying their workloads -- Support for snap installed LXD nodes. -- Ceph storage pools shared across all virtualization nodes (both KVM and LXD) -- Seamless LXD public image servers integration in a marketplace-like style. Supports https://images.linuxcontainers.org, https://www.turnkeylinux.org and also the [OpenNebula marketplace](https://marketplace.opennebula.systems/appliance) -- [Multi-container services deployment](https://docs.opennebula.org/5.8/advanced_components/application_flow_and_auto-scaling/overview.html) with auto-scaling. -- Heterogeneus hypervisors cloud deployments with KVM, LXD and VMWare vCenter managed by the same cloud orchestration system + +* Enables **qcow2 backed containers** and regular KVM-like images, giving users more flexibility when deploying their workloads +* Support for snap installed LXD nodes. +* Ceph storage pools shared across all virtualization nodes (both KVM and LXD) +* Seamless LXD public image servers integration in a marketplace-like style. Supports [LXD public image server](https://images.linuxcontainers.org), [TurnkeyLinux](https://www.turnkeylinux.org) and also the [OpenNebula marketplace](https://marketplace.opennebula.systems/appliance) +* [Multi-container services deployment](https://docs.opennebula.org/5.8/advanced_components/application_flow_and_auto-scaling/overview.html) with auto-scaling. +* Heterogeneus hypervisors cloud deployments with KVM, LXD and VMWare vCenter managed by the same cloud orchestration system You can check more about the integration in the [OpenNebula doc](http://docs.opennebula.org/5.8/deployment/open_cloud_host_setup/lxd_driver.html)
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
