Skip to content

Commit

Permalink
Added pool key to the root device having value of the default lxd poo…
Browse files Browse the repository at this point in the history
…l name. refs openstack-charmers#38
  • Loading branch information
schkovich committed Feb 2, 2018
1 parent 5b99661 commit 1c3c3c0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions lxd-2.2.x-profile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: juju-default
config:
boot.autostart: "true"
security.nesting: "true"
security.privileged: "true"
linux.kernel_modules: openvswitch,nbd,ip_tables,ip6_tables
devices:
eth0:
mtu: "9000"
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
eth1:
mtu: "9000"
name: eth1
nictype: bridged
parent: lxdbr0
type: nic
kvm:
path: /dev/kvm
type: unix-char
mem:
path: /dev/mem
type: unix-char
root:
path: /
type: disk
pool: default
tun:
path: /dev/net/tun
type: unix-char

0 comments on commit 1c3c3c0

Please sign in to comment.