Remove KVM provider and use LXD --vm
Bug #1936188 reported by
Simon Richardson
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
Given that LXD now has support for virtual machines[1], we should converge the code path to use LXD for containers and vms. We can dogfood our own tooling and give better feedback to tooling et al.
1. https:/
Changed in juju: | |
status: | New → Triaged |
Changed in juju: | |
importance: | Undecided → Low |
To post a comment you must log in.
Related to https:/ /bugs.launchpad .net/juju/ +bug/1897746
On our recent call, the suggestion was to use the existing `virt-type` constraint and extend it to the lxd provider with two supported values, "container" (default) and "vm".
Juju could then start making use of that instead of the kvm provider.