0

I have installed openstack (Newton) on Ubuntu 16.04 on 4 Nodes, and I want to install and configure Nova-LXD, so that I can create and run a Linux Container using LXD. I am wondering whether anyone can tell me how to set this up, and is there any user guide for this?

Zanna
  • 72,312
Wally
  • 1

1 Answers1

0

This document helps you. If you decide to use nova-lxd instead of kvm on your existing openstack you must run:

apt install nova-compute-lxd

This command automatically configure your nova-compute service. Then restart it, I hope it will work successfully.

David Foerster
  • 36,890
  • 56
  • 97
  • 151
Gokhan
  • 1