Enable use of ext4 in unpriviledged containers by default

We've had the feature to support mounting ext4 based filesystems
in LXD containers for some time now; switch the default so that
Nova LXD based clouds by default are able to consume Cinder
block devices.

Change-Id: I70fc138aa78c6c34e417c3ea722cf6d194ff7fc2
This commit is contained in:
James Page 2017-01-12 17:50:10 +02:00
parent f0773c9952
commit 1e676bbbfc
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ options:
description: Use LXD source from github.
enable-ext4-userns:
type: boolean
default: false
default: true
description: |
Enable use of EXT4 in LXD containers for block storage support.