From 3b290cfffb867b5aad239a6c6a1b76ffe9ee0632 Mon Sep 17 00:00:00 2001 From: Shane Peters Date: Tue, 6 Jun 2017 10:29:36 -0400 Subject: [PATCH] Cleanup config.yaml Change-Id: I465ac34060c5176109a61503145421b65eaa2a55 --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 4521f5e..4c79ba0 100644 --- a/config.yaml +++ b/config.yaml @@ -16,8 +16,8 @@ options: . Currently, only the the first block device in the list will be considered. overwrite: - default: False type: boolean + default: False description: | If enabled, the charm will attempt to overwrite block devices containing previous filesystems or LVM, assuming it is not in use. @@ -42,6 +42,6 @@ options: description: Use LXD source from github. enable-ext4-userns: type: boolean - default: true + default: True description: | Enable use of EXT4 in LXD containers for block storage support.