Skip to content

Commit

Permalink
Install & start lxd before opennebula-lxd-node
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Jun 19, 2019
1 parent c40a305 commit 4b1be08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minione
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ install_opennebula_kvm_pkgs() {
}

install_opennebula_lxd_pkgs() {
install lxd || return 1
systemctl start lxd.socket || return 1
install opennebula-node-lxd || return 1
}

Expand Down

0 comments on commit 4b1be08

Please sign in to comment.