[lxc-devel] [lxd/master] Fix instance snapshot expiry

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Mar 17 10:15:33 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200317/7ef15a76/attachment-0001.bin>
-------------- next part --------------
From 4e70b760ba890b252009d903588025868ac6ed0a Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 17 Mar 2020 11:05:41 +0100
Subject: [PATCH 1/2] lxc/config: Fix behaviour of instance snapshot expiry

This changes how the expiry date is handled when updating the instance
snapshot config. The expiry can now be removed/disabled by simply not
providing the expires_at field.

Previously, one had to explicitly set zero time to disable it which
seems like a bad design.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 lxc/config.go | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/lxc/config.go b/lxc/config.go
index a29b116d88..28399a36a4 100644
--- a/lxc/config.go
+++ b/lxc/config.go
@@ -5,7 +5,6 @@ import (
 	"io/ioutil"
 	"os"
 	"strings"
-	"time"
 
 	"github.com/spf13/cobra"
 	"gopkg.in/yaml.v2"
@@ -160,16 +159,7 @@ func (c *cmdConfigEdit) Run(cmd *cobra.Command, args []string) error {
 			var op lxd.Operation
 
 			if isSnapshot {
-				snapshot, _, err := resource.server.GetInstanceSnapshot(fields[0], fields[1])
-				if err != nil {
-					return err
-				}
-
-				// The current expiry date needs to be set here explicitly, otherwise failing to
-				// provide a new value will reset the expiry date to zero time (no expiry).
-				newdata := api.InstanceSnapshotPut{
-					ExpiresAt: snapshot.ExpiresAt,
-				}
+				newdata := api.InstanceSnapshotPut{}
 
 				err = yaml.Unmarshal(contents, &newdata)
 				if err != nil {
@@ -198,7 +188,6 @@ func (c *cmdConfigEdit) Run(cmd *cobra.Command, args []string) error {
 
 		var data []byte
 		var etag string
-		var currentExpiryDate time.Time
 
 		// Extract the current value
 		if isSnapshot {
@@ -214,8 +203,6 @@ func (c *cmdConfigEdit) Run(cmd *cobra.Command, args []string) error {
 			if err != nil {
 				return err
 			}
-
-			currentExpiryDate = brief.ExpiresAt
 		} else {
 			var inst *api.Instance
 
@@ -240,9 +227,7 @@ func (c *cmdConfigEdit) Run(cmd *cobra.Command, args []string) error {
 		for {
 			// Parse the text received from the editor
 			if isSnapshot {
-				newdata := api.InstanceSnapshotPut{
-					ExpiresAt: currentExpiryDate,
-				}
+				newdata := api.InstanceSnapshotPut{}
 
 				err = yaml.Unmarshal(content, &newdata)
 				if err == nil {

From 1483b5c24703c0c68231c62416f332b3eef13197 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 17 Mar 2020 11:14:49 +0100
Subject: [PATCH 2/2] po: Update translations

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 po/bg.po      | 58 +++++++++++++++++++++++++--------------------------
 po/de.po      | 58 +++++++++++++++++++++++++--------------------------
 po/el.po      | 58 +++++++++++++++++++++++++--------------------------
 po/es.po      | 58 +++++++++++++++++++++++++--------------------------
 po/fa.po      | 58 +++++++++++++++++++++++++--------------------------
 po/fi.po      | 58 +++++++++++++++++++++++++--------------------------
 po/fr.po      | 58 +++++++++++++++++++++++++--------------------------
 po/hi.po      | 58 +++++++++++++++++++++++++--------------------------
 po/id.po      | 58 +++++++++++++++++++++++++--------------------------
 po/it.po      | 58 +++++++++++++++++++++++++--------------------------
 po/ja.po      | 58 +++++++++++++++++++++++++--------------------------
 po/ko.po      | 58 +++++++++++++++++++++++++--------------------------
 po/lxd.pot    | 52 ++++++++++++++++++++++-----------------------
 po/nb_NO.po   | 58 +++++++++++++++++++++++++--------------------------
 po/nl.po      | 58 +++++++++++++++++++++++++--------------------------
 po/pa.po      | 58 +++++++++++++++++++++++++--------------------------
 po/pl.po      | 58 +++++++++++++++++++++++++--------------------------
 po/pt_BR.po   | 58 +++++++++++++++++++++++++--------------------------
 po/ru.po      | 58 +++++++++++++++++++++++++--------------------------
 po/sl.po      | 58 +++++++++++++++++++++++++--------------------------
 po/sr.po      | 58 +++++++++++++++++++++++++--------------------------
 po/sv.po      | 58 +++++++++++++++++++++++++--------------------------
 po/te.po      | 58 +++++++++++++++++++++++++--------------------------
 po/tr.po      | 58 +++++++++++++++++++++++++--------------------------
 po/uk.po      | 58 +++++++++++++++++++++++++--------------------------
 po/zh_Hans.po | 58 +++++++++++++++++++++++++--------------------------
 26 files changed, 751 insertions(+), 751 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index 66756a9cc5..3006fc8aad 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/de.po b/po/de.po
index 5671cd8f34..3b0f05253d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2019-12-12 14:53+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/linux-containers/"
@@ -80,7 +80,7 @@ msgstr ""
 "### config:\n"
 "###   size: \"61203283968\""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -347,7 +347,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr "--refresh kann nur mit Containern verwendet werden"
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 #, fuzzy
 msgid "--target cannot be used with instances"
@@ -654,7 +654,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -692,8 +692,8 @@ msgstr "Gespeichertes Nutzerzertifikat auf dem Server: "
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -741,7 +741,7 @@ msgstr "kann nicht zum selben Container Namen kopieren"
 msgid "Config key/value to apply to the target instance"
 msgstr "kann nicht zum selben Container Namen kopieren"
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, fuzzy, c-format
@@ -1014,9 +1014,9 @@ msgstr "Kein Zertifikat für diese Verbindung"
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1198,7 +1198,7 @@ msgstr "Anhalten des Containers fehlgeschlagen!"
 msgid "Edit instance metadata files"
 msgstr "Anhalten des Containers fehlgeschlagen!"
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 #, fuzzy
 msgid "Edit instance or server configurations as YAML"
 msgstr "Alternatives config Verzeichnis."
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr "Profil %s erstellt\n"
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 #, fuzzy
 msgid "Get values for instance or server configuration keys"
 msgstr "Profil %s erstellt\n"
@@ -2044,7 +2044,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 #, fuzzy
 msgid "Manage instance and server configuration options"
 msgstr "Alternatives config Verzeichnis."
@@ -2488,7 +2488,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2935,12 +2935,12 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 #, fuzzy
 msgid "Set instance or server configuration keys"
 msgstr "Alternatives config Verzeichnis."
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -3068,7 +3068,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr "Anhalten des Containers fehlgeschlagen!"
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 #, fuzzy
 msgid "Show instance or server configurations"
 msgstr "Profil %s erstellt\n"
@@ -3116,7 +3116,7 @@ msgstr "Profil %s erstellt\n"
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3410,7 +3410,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3505,7 +3505,7 @@ msgstr "nicht alle Profile der Quelle sind am Ziel vorhanden."
 msgid "Unset instance device configuration keys"
 msgstr "Alternatives config Verzeichnis."
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 #, fuzzy
 msgid "Unset instance or server configuration keys"
 msgstr "Alternatives config Verzeichnis."
@@ -3714,7 +3714,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3953,7 +3953,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 #, fuzzy
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
@@ -4038,7 +4038,7 @@ msgstr ""
 "\n"
 "lxd %s <Name>\n"
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 #, fuzzy
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
@@ -4167,13 +4167,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4433,7 +4433,7 @@ msgstr ""
 "\n"
 "lxd %s <Name>\n"
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4643,7 +4643,7 @@ msgstr ""
 "\n"
 "lxd %s <Name>\n"
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 #, fuzzy
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
@@ -4719,7 +4719,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 #, fuzzy
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
@@ -4843,7 +4843,7 @@ msgstr ""
 "\n"
 "lxd %s <Name>\n"
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 #, fuzzy
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
diff --git a/po/el.po b/po/el.po
index df8934782a..6c687202d7 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2017-02-14 08:00+0000\n"
 "Last-Translator: Simos Xenitellis <simos.65 at gmail.com>\n"
 "Language-Team: Greek <https://hosted.weblate.org/projects/linux-containers/"
@@ -50,7 +50,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -219,7 +219,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -505,7 +505,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -538,8 +538,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -584,7 +584,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -834,9 +834,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1007,7 +1007,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1265,7 +1265,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1798,7 +1798,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2221,7 +2221,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2644,11 +2644,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2770,7 +2770,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2814,7 +2814,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3092,7 +3092,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3185,7 +3185,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3364,7 +3364,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3538,7 +3538,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3601,7 +3601,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3709,13 +3709,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3956,7 +3956,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4095,7 +4095,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4147,7 +4147,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4236,7 +4236,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index fb953603e8..ab2e136d0b 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -80,7 +80,7 @@ msgstr ""
 "###   source: /home/chb/mnt/lxd_test/default.img\n"
 "###   zfs.pool_name: default"
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -341,7 +341,7 @@ msgstr "--container-only no se puede pasar cuando la fuente es una instantánea"
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -630,7 +630,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -664,8 +664,8 @@ msgstr "Certificado del cliente almacenado en el servidor: "
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -712,7 +712,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr "Perfil para aplicar al nuevo contenedor"
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -969,9 +969,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1141,7 +1141,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1402,7 +1402,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1939,7 +1939,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2362,7 +2362,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2790,11 +2790,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2916,7 +2916,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2960,7 +2960,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3238,7 +3238,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3331,7 +3331,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3513,7 +3513,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3693,7 +3693,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 #, fuzzy
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr "No se puede proveer el nombre del container a la lista"
@@ -3758,7 +3758,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 #, fuzzy
 msgid "get [<remote>:][<instance>] <key>"
 msgstr "No se puede proveer el nombre del container a la lista"
@@ -3870,13 +3870,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4120,7 +4120,7 @@ msgstr "No se puede proveer el nombre del container a la lista"
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr "No se puede proveer el nombre del container a la lista"
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4265,7 +4265,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 #, fuzzy
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr "No se puede proveer el nombre del container a la lista"
@@ -4321,7 +4321,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 #, fuzzy
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr "No se puede proveer el nombre del container a la lista"
@@ -4416,7 +4416,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 #, fuzzy
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr "No se puede proveer el nombre del container a la lista"
diff --git a/po/fa.po b/po/fa.po
index 3811a4d1ae..e07e8647fc 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/fi.po b/po/fi.po
index 79debb1f89..e3f8a21442 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/fr.po b/po/fr.po
index 885e8583a7..e8e45b482d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2019-01-04 18:07+0000\n"
 "Last-Translator: Deleted User <noreply+12102 at weblate.org>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/linux-containers/"
@@ -76,7 +76,7 @@ msgstr ""
 "### Un exemple serait :\n"
 "###  description: Mon image personnalisée"
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -340,7 +340,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -639,7 +639,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr "impossible de spécifier uid/gid/mode en mode récursif"
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, fuzzy, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -674,8 +674,8 @@ msgstr "Certificat client enregistré sur le serveur : "
 msgid "Client version: %s\n"
 msgstr "Afficher la version du client"
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -729,7 +729,7 @@ msgstr "Clé/valeur de configuration à appliquer au nouveau conteneur"
 msgid "Config key/value to apply to the target instance"
 msgstr "Clé/valeur de configuration à appliquer au nouveau conteneur"
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -1021,9 +1021,9 @@ msgstr "Copie de l'image : %s"
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1200,7 +1200,7 @@ msgstr "L'arrêt du conteneur a échoué !"
 msgid "Edit instance metadata files"
 msgstr "L'arrêt du conteneur a échoué !"
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 #, fuzzy
 msgid "Edit instance or server configurations as YAML"
 msgstr "Clé de configuration invalide"
@@ -1480,7 +1480,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr "Clé de configuration invalide"
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 #, fuzzy
 msgid "Get values for instance or server configuration keys"
 msgstr "Clé de configuration invalide"
@@ -2097,7 +2097,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 #, fuzzy
 msgid "Manage instance and server configuration options"
 msgstr "Clé de configuration invalide"
@@ -2554,7 +2554,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr "Appuyer sur Entrée pour ouvrir à nouveau l'éditeur"
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr "Appuyer sur Entrée pour lancer à nouveau l'éditeur"
@@ -3004,12 +3004,12 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 #, fuzzy
 msgid "Set instance or server configuration keys"
 msgstr "Clé de configuration invalide"
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -3138,7 +3138,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr "L'arrêt du conteneur a échoué !"
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 #, fuzzy
 msgid "Show instance or server configurations"
 msgstr "Afficher la configuration étendue"
@@ -3192,7 +3192,7 @@ msgstr "Afficher la configuration étendue"
 msgid "Show the default remote"
 msgstr "impossible de supprimer le serveur distant par défaut"
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr "Afficher la configuration étendue"
 
@@ -3494,7 +3494,7 @@ msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 "Pour démarrer votre premier conteneur, essayer : lxc launch ubuntu:16.04"
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3589,7 +3589,7 @@ msgstr "tous les profils de la source n'existent pas sur la cible"
 msgid "Unset instance device configuration keys"
 msgstr "Clé de configuration invalide"
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 #, fuzzy
 msgid "Unset instance or server configuration keys"
 msgstr "Clé de configuration invalide"
@@ -3802,7 +3802,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -4057,7 +4057,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 #, fuzzy
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
@@ -4148,7 +4148,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 #, fuzzy
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
@@ -4281,13 +4281,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4568,7 +4568,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4794,7 +4794,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 #, fuzzy
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
@@ -4882,7 +4882,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 #, fuzzy
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
@@ -5013,7 +5013,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 #, fuzzy
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 03e43bbd6c..c9fc73269b 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/id.po b/po/id.po
index bbe49db240..e06c91074d 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/it.po b/po/it.po
index 37de3ceafb..b850950ef2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Luigi Operoso <brokenpip3 at gmail.com>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/linux-containers/"
@@ -80,7 +80,7 @@ msgstr ""
 "###   source: /home/chb/mnt/lxd_test/default.img\n"
 "###   zfs.pool_name: default"
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -332,7 +332,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -618,7 +618,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -652,8 +652,8 @@ msgstr "Certificato del client salvato dal server: "
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -698,7 +698,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -957,9 +957,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1130,7 +1130,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1391,7 +1391,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1931,7 +1931,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2356,7 +2356,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2785,11 +2785,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2911,7 +2911,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2955,7 +2955,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3236,7 +3236,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3330,7 +3330,7 @@ msgstr "non tutti i profili dell'origine esistono nella destinazione"
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3514,7 +3514,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3694,7 +3694,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 #, fuzzy
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr "Creazione del container in corso"
@@ -3759,7 +3759,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 #, fuzzy
 msgid "get [<remote>:][<instance>] <key>"
 msgstr "Creazione del container in corso"
@@ -3871,13 +3871,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4121,7 +4121,7 @@ msgstr "Creazione del container in corso"
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr "Creazione del container in corso"
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4266,7 +4266,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 #, fuzzy
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr "Creazione del container in corso"
@@ -4322,7 +4322,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 #, fuzzy
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr "Creazione del container in corso"
@@ -4417,7 +4417,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 #, fuzzy
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr "Creazione del container in corso"
diff --git a/po/ja.po b/po/ja.po
index bcaa70e4dd..6fc9eec4c1 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2020-03-05 09:37+0000\n"
 "Last-Translator: KATOH Yasufumi <karma at jazz.email.ne.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/linux-"
@@ -73,7 +73,7 @@ msgstr ""
 "### config:\n"
 "###   size: \"61203283968\""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -332,7 +332,7 @@ msgstr "--instance-only はコピー元がスナップショットの場合は
 msgid "--refresh can only be used with instances"
 msgstr "--refresh はインスタンスの場合のみ使えます"
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr "--target はインスタンスでは使えません"
@@ -630,7 +630,7 @@ msgstr "クラスタでない場合はカラムとして L は指定できませ
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr "再帰 (recursive) モードでは uid/gid/mode を指定できません"
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr "キー '%s' が設定されていないので削除できません"
@@ -663,8 +663,8 @@ msgstr "クライアント証明書がサーバに格納されました:"
 msgid "Client version: %s\n"
 msgstr "クライアントバージョン: %s\n"
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -713,7 +713,7 @@ msgstr "新しいプロジェクトに適用するキー/値の設定"
 msgid "Config key/value to apply to the target instance"
 msgstr "移動先のインスタンスに適用するキー/値の設定"
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -973,9 +973,9 @@ msgstr "ストレージボリュームを削除します"
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1147,7 +1147,7 @@ msgstr "インスタンスのファイルテンプレートを編集します"
 msgid "Edit instance metadata files"
 msgstr "インスタンスのメタデータファイルを編集します"
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr "インスタンスもしくはサーバの設定をYAMLファイルで編集します"
 
@@ -1445,7 +1445,7 @@ msgstr "ネットワークのランタイム情報を取得します"
 msgid "Get values for instance device configuration keys"
 msgstr "インスタンスのデバイスの設定値を取得します"
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr "インスタンスもしくはサーバの設定値を取得します"
 
@@ -2089,7 +2089,7 @@ msgstr ""
 "イメージは全ハッシュ文字列、一意に定まるハッシュの短縮表現、(設定され\n"
 "ている場合は) エイリアスで参照できます。"
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr "インスタンスやサーバの設定を管理します"
 
@@ -2520,7 +2520,7 @@ msgstr "ポート:"
 msgid "Press enter to open the editor again"
 msgstr "再度エディタを開くためには Enter キーを押します"
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr "再度エディタを起動するには Enter キーを押します"
@@ -2959,11 +2959,11 @@ msgstr ""
 "後方互換性のため、単一の設定を行う場合は次の形式でも設定できます:\n"
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr "インスタンスもしくはサーバの設定項目を設定します"
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -3109,7 +3109,7 @@ msgstr "イメージのプロパティを表示します"
 msgid "Show instance metadata files"
 msgstr "インスタンスのメタデータファイルを表示します"
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr "インスタンスもしくはサーバの設定を表示します"
 
@@ -3153,7 +3153,7 @@ msgstr "ストレージボリュームの設定を表示する"
 msgid "Show the default remote"
 msgstr "デフォルトのリモートを表示します"
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr "拡張した設定を表示する"
 
@@ -3452,7 +3452,7 @@ msgstr ""
 "初めてインスタンスを起動するには、\"lxc launch ubuntu:18.04\" と実行してみて"
 "ください"
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3547,7 +3547,7 @@ msgstr "移動先のインスタンスのすべてのプロファイルを削除
 msgid "Unset instance device configuration keys"
 msgstr "インスタンスデバイスの設定を削除します"
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr "インスタンスもしくはサーバの設定を削除します"
 
@@ -3739,7 +3739,7 @@ msgstr ""
 msgid "cluster"
 msgstr "cluster"
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr "config"
 
@@ -3915,7 +3915,7 @@ msgstr "edit [<remote>:]<profile>"
 msgid "edit [<remote>:]<project>"
 msgstr "edit [<remote>:]<project>"
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr "edit [<remote>:][<instance>[/<snapshot>]]"
 
@@ -3979,7 +3979,7 @@ msgstr "get [<remote>:]<profile> <key>"
 msgid "get [<remote>:]<project> <key>"
 msgstr "get [<remote>:]<project> <key>"
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr "get [<remote>:][<instance>] <key>"
 
@@ -4098,7 +4098,7 @@ msgstr ""
 "c1 path=opt\n"
 "    ホストの /share/c1 をインスタンス内の /opt にマウントします。"
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
@@ -4106,7 +4106,7 @@ msgstr ""
 "lxc config edit <instance> < instance.yaml\n"
 "    インスタンスの設定を config.yaml を使って更新します。"
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4451,7 +4451,7 @@ msgstr "override [<remote>:]<instance> <device> [key=value...]"
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr "`lxc profile` コマンドを使ってください"
 
@@ -4597,7 +4597,7 @@ msgstr "set [<remote>:]<profile> <key><value>..."
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr "set [<remote>:]<project> <key>=<value>..."
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr "set [<remote>:][<instance>] <key>=<value>..."
 
@@ -4649,7 +4649,7 @@ msgstr "show [<remote>:]<profile>"
 msgid "show [<remote>:]<project>"
 msgstr "show [<remote>:]<project>"
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr "show [<remote>:][<instance>[/<snapshot>]]"
 
@@ -4738,7 +4738,7 @@ msgstr "unset [<remote>:]<profile> <key>"
 msgid "unset [<remote>:]<project> <key>"
 msgstr "unset [<remote>:]<project> <key>"
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr "unset [<remote>:][<instance>] <key>"
 
diff --git a/po/ko.po b/po/ko.po
index 70cdd9a609..02ee7e473b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/lxd.pot b/po/lxd.pot
index b14083392b..3d4e117818 100644
--- a/po/lxd.pot
+++ b/po/lxd.pot
@@ -7,7 +7,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: lxd\n"
         "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-        "POT-Creation-Date: 2020-03-16 20:24-0400\n"
+        "POT-Creation-Date: 2020-03-17 11:14+0100\n"
         "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
         "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
         "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -45,7 +45,7 @@ msgid   "### This is a YAML representation of a storage volume.\n"
         "###   size: \"61203283968\""
 msgstr  ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid   "### This is a YAML representation of the configuration.\n"
         "### Any line starting with a '# will be ignored.\n"
         "###\n"
@@ -208,7 +208,7 @@ msgstr  ""
 msgid   "--refresh can only be used with instances"
 msgstr  ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669 lxc/info.go:424
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654 lxc/info.go:424
 msgid   "--target cannot be used with instances"
 msgstr  ""
 
@@ -487,7 +487,7 @@ msgstr  ""
 msgid   "Can't supply uid/gid/mode in recursive mode"
 msgstr  ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid   "Can't unset key '%s', it's not currently set"
 msgstr  ""
@@ -520,7 +520,7 @@ msgstr  ""
 msgid   "Client version: %s\n"
 msgstr  ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616 lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54 lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730 lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146 lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588 lxc/storage.go:655 lxc/storage.go:738 lxc/storage_volume.go:305 lxc/storage_volume.go:465 lxc/storage_volume.go:542 lxc/storage_volume.go:784 lxc/storage_volume.go:981 lxc/storage_volume.go:1146 lxc/storage_volume.go:1176 lxc/storage_volume.go:1292 lxc/storage_volume.go:1371 lxc/storage_volume.go:1464
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601 lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54 lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730 lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146 lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588 lxc/storage.go:655 lxc/storage.go:738 lxc/storage_volume.go:305 lxc/storage_volume.go:465 lxc/storage_volume.go:542 lxc/storage_volume.go:784 lxc/storage_volume.go:981 lxc/storage_volume.go:1146 lxc/storage_volume.go:1176 lxc/storage_volume.go:1292 lxc/storage_volume.go:1371 lxc/storage_volume.go:1464
 msgid   "Cluster member name"
 msgstr  ""
 
@@ -555,7 +555,7 @@ msgstr  ""
 msgid   "Config key/value to apply to the target instance"
 msgstr  ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142 lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304 lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142 lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304 lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
 msgid   "Config parsing error: %s"
 msgstr  ""
@@ -797,7 +797,7 @@ msgstr  ""
 msgid   "Delete storage volumes"
 msgstr  ""
 
-#: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91 lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144 lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147 lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31 lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612 lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76 lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327 lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513 lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27 lxc/config_metadata.go:52 lxc/config_metadata.go:174 lxc/config_template.go:28 lxc/config_template.go:65 lxc/config_template.go:108 lxc/config_template.go:150 lxc/config_template.go:236 lxc/config_template.go:295 lxc/config_trust.go:28 lxc/config_trust.go:57 lxc/config_trust.go:115 lxc/config_trust.go:193 lxc/console.go:31 lxc/copy.go:41 lxc/delete.go:30 lxc/exec.go:40 lxc/export.go:33 lxc/file.go:72 lxc/file.go:105 lxc/file.go:154 lxc/file.go:217 lxc/file.go:407 lxc/image.go:38 lxc/image.go:128 lxc/image.go:270 lxc/image.go:321 lxc/image.go:446 lxc/image.go:605 lxc/image.go:833 lxc/image.go:968 lxc/image.go:1266 lxc/image.go:1345 lxc/image_alias.go:25 lxc/image_alias.go:58 lxc/image_alias.go:105 lxc/image_alias.go:150 lxc/image_alias.go:252 lxc/import.go:28 lxc/info.go:33 lxc/init.go:40 lxc/launch.go:23 lxc/list.go:44 lxc/main.go:50 lxc/manpage.go:19 lxc/monitor.go:30 lxc/move.go:37 lxc/network.go:32 lxc/network.go:108 lxc/network.go:181 lxc/network.go:254 lxc/network.go:326 lxc/network.go:376 lxc/network.go:461 lxc/network.go:546 lxc/network.go:669 lxc/network.go:727 lxc/network.go:807 lxc/network.go:892 lxc/network.go:961 lxc/network.go:1011 lxc/network.go:1081 lxc/network.go:1143 lxc/operation.go:24 lxc/operation.go:53 lxc/operation.go:102 lxc/operation.go:181 lxc/profile.go:29 lxc/profile.go:101 lxc/profile.go:164 lxc/profile.go:244 lxc/profile.go:300 lxc/profile.go:354 lxc/profile.go:404 lxc/profile.go:528 lxc/profile.go:577 lxc/profile.go:636 lxc/profile.go:712 lxc/profile.go:762 lxc/profile.go:821 lxc/profile.go:875 lxc/project.go:29 lxc/project.go:86 lxc/project.go:151 lxc/project.go:214 lxc/project.go:334 lxc/project.go:384 lxc/project.go:475 lxc/project.go:530 lxc/project.go:590 lxc/project.go:619 lxc/project.go:672 lxc/publish.go:31 lxc/query.go:31 lxc/remote.go:33 lxc/remote.go:84 lxc/remote.go:423 lxc/remote.go:459 lxc/remote.go:539 lxc/remote.go:601 lxc/remote.go:651 lxc/remote.go:689 lxc/rename.go:21 lxc/restore.go:24 lxc/snapshot.go:24 lxc/storage.go:33 lxc/storage.go:89 lxc/storage.go:163 lxc/storage.go:213 lxc/storage.go:333 lxc/storage.go:388 lxc/storage.go:508 lxc/storage.go:582 lxc/storage.go:651 lxc/storage.go:735 lxc/storage_volume.go:32 lxc/storage_volume.go:139 lxc/storage_volume.go:218 lxc/storage_volume.go:301 lxc/storage_volume.go:462 lxc/storage_volume.go:539 lxc/storage_volume.go:615 lxc/storage_volume.go:697 lxc/storage_volume.go:778 lxc/storage_volume.go:978 lxc/storage_volume.go:1069 lxc/storage_volume.go:1142 lxc/storage_volume.go:1173 lxc/storage_volume.go:1286 lxc/storage_volume.go:1362 lxc/storage_volume.go:1461 lxc/storage_volume.go:1492 lxc/storage_volume.go:1563 lxc/version.go:22
+#: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91 lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144 lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147 lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30 lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597 lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76 lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327 lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513 lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27 lxc/config_metadata.go:52 lxc/config_metadata.go:174 lxc/config_template.go:28 lxc/config_template.go:65 lxc/config_template.go:108 lxc/config_template.go:150 lxc/config_template.go:236 lxc/config_template.go:295 lxc/config_trust.go:28 lxc/config_trust.go:57 lxc/config_trust.go:115 lxc/config_trust.go:193 lxc/console.go:31 lxc/copy.go:41 lxc/delete.go:30 lxc/exec.go:40 lxc/export.go:33 lxc/file.go:72 lxc/file.go:105 lxc/file.go:154 lxc/file.go:217 lxc/file.go:407 lxc/image.go:38 lxc/image.go:128 lxc/image.go:270 lxc/image.go:321 lxc/image.go:446 lxc/image.go:605 lxc/image.go:833 lxc/image.go:968 lxc/image.go:1266 lxc/image.go:1345 lxc/image_alias.go:25 lxc/image_alias.go:58 lxc/image_alias.go:105 lxc/image_alias.go:150 lxc/image_alias.go:252 lxc/import.go:28 lxc/info.go:33 lxc/init.go:40 lxc/launch.go:23 lxc/list.go:44 lxc/main.go:50 lxc/manpage.go:19 lxc/monitor.go:30 lxc/move.go:37 lxc/network.go:32 lxc/network.go:108 lxc/network.go:181 lxc/network.go:254 lxc/network.go:326 lxc/network.go:376 lxc/network.go:461 lxc/network.go:546 lxc/network.go:669 lxc/network.go:727 lxc/network.go:807 lxc/network.go:892 lxc/network.go:961 lxc/network.go:1011 lxc/network.go:1081 lxc/network.go:1143 lxc/operation.go:24 lxc/operation.go:53 lxc/operation.go:102 lxc/operation.go:181 lxc/profile.go:29 lxc/profile.go:101 lxc/profile.go:164 lxc/profile.go:244 lxc/profile.go:300 lxc/profile.go:354 lxc/profile.go:404 lxc/profile.go:528 lxc/profile.go:577 lxc/profile.go:636 lxc/profile.go:712 lxc/profile.go:762 lxc/profile.go:821 lxc/profile.go:875 lxc/project.go:29 lxc/project.go:86 lxc/project.go:151 lxc/project.go:214 lxc/project.go:334 lxc/project.go:384 lxc/project.go:475 lxc/project.go:530 lxc/project.go:590 lxc/project.go:619 lxc/project.go:672 lxc/publish.go:31 lxc/query.go:31 lxc/remote.go:33 lxc/remote.go:84 lxc/remote.go:423 lxc/remote.go:459 lxc/remote.go:539 lxc/remote.go:601 lxc/remote.go:651 lxc/remote.go:689 lxc/rename.go:21 lxc/restore.go:24 lxc/snapshot.go:24 lxc/storage.go:33 lxc/storage.go:89 lxc/storage.go:163 lxc/storage.go:213 lxc/storage.go:333 lxc/storage.go:388 lxc/storage.go:508 lxc/storage.go:582 lxc/storage.go:651 lxc/storage.go:735 lxc/storage_volume.go:32 lxc/storage_volume.go:139 lxc/storage_volume.go:218 lxc/storage_volume.go:301 lxc/storage_volume.go:462 lxc/storage_volume.go:539 lxc/storage_volume.go:615 lxc/storage_volume.go:697 lxc/storage_volume.go:778 lxc/storage_volume.go:978 lxc/storage_volume.go:1069 lxc/storage_volume.go:1142 lxc/storage_volume.go:1173 lxc/storage_volume.go:1286 lxc/storage_volume.go:1362 lxc/storage_volume.go:1461 lxc/storage_volume.go:1492 lxc/storage_volume.go:1563 lxc/version.go:22
 msgid   "Description"
 msgstr  ""
 
@@ -920,7 +920,7 @@ msgstr  ""
 msgid   "Edit instance metadata files"
 msgstr  ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid   "Edit instance or server configurations as YAML"
 msgstr  ""
 
@@ -1161,7 +1161,7 @@ msgstr  ""
 msgid   "Get values for instance device configuration keys"
 msgstr  ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid   "Get values for instance or server configuration keys"
 msgstr  ""
 
@@ -1680,7 +1680,7 @@ msgid   "Manage images\n"
         "hash or alias name (if one is set)."
 msgstr  ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid   "Manage instance and server configuration options"
 msgstr  ""
 
@@ -2073,7 +2073,7 @@ msgstr  ""
 msgid   "Press enter to open the editor again"
 msgstr  ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143 lxc/config_template.go:203 lxc/image.go:415
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143 lxc/config_template.go:203 lxc/image.go:415
 msgid   "Press enter to start the editor again"
 msgstr  ""
 
@@ -2487,11 +2487,11 @@ msgid   "Set instance device configuration keys\n"
         "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr  ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid   "Set instance or server configuration keys"
 msgstr  ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid   "Set instance or server configuration keys\n"
         "\n"
         "For backward compatibility, a single configuration key may still be set with:\n"
@@ -2601,7 +2601,7 @@ msgstr  ""
 msgid   "Show instance metadata files"
 msgstr  ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid   "Show instance or server configurations"
 msgstr  ""
 
@@ -2645,7 +2645,7 @@ msgstr  ""
 msgid   "Show the default remote"
 msgstr  ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid   "Show the expanded configuration"
 msgstr  ""
 
@@ -2914,7 +2914,7 @@ msgstr  ""
 msgid   "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr  ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649 lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634 lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid   "To use --target, the destination remote must be a cluster"
 msgstr  ""
 
@@ -3005,7 +3005,7 @@ msgstr  ""
 msgid   "Unset instance device configuration keys"
 msgstr  ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid   "Unset instance or server configuration keys"
 msgstr  ""
 
@@ -3173,7 +3173,7 @@ msgstr  ""
 msgid   "cluster"
 msgstr  ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid   "config"
 msgstr  ""
 
@@ -3345,7 +3345,7 @@ msgstr  ""
 msgid   "edit [<remote>:]<project>"
 msgstr  ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid   "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr  ""
 
@@ -3407,7 +3407,7 @@ msgstr  ""
 msgid   "get [<remote>:]<project> <key>"
 msgstr  ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid   "get [<remote>:][<instance>] <key>"
 msgstr  ""
 
@@ -3507,12 +3507,12 @@ msgid   "lxc config device add [<remote>:]instance1 <device-name> disk source=/s
         "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr  ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid   "lxc config edit <instance> < instance.yaml\n"
         "    Update the instance configuration from config.yaml."
 msgstr  ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid   "lxc config set [<remote>:]<instance> limits.cpu=2\n"
         "    Will set a CPU limit of \"2\" for the instance.\n"
         "\n"
@@ -3720,7 +3720,7 @@ msgstr  ""
 msgid   "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr  ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid   "please use `lxc profile`"
 msgstr  ""
 
@@ -3852,7 +3852,7 @@ msgstr  ""
 msgid   "set [<remote>:]<project> <key>=<value>..."
 msgstr  ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid   "set [<remote>:][<instance>] <key>=<value>..."
 msgstr  ""
 
@@ -3904,7 +3904,7 @@ msgstr  ""
 msgid   "show [<remote>:]<project>"
 msgstr  ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid   "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr  ""
 
@@ -3993,7 +3993,7 @@ msgstr  ""
 msgid   "unset [<remote>:]<project> <key>"
 msgstr  ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid   "unset [<remote>:][<instance>] <key>"
 msgstr  ""
 
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 8a2598a964..0e0aaf2023 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/nl.po b/po/nl.po
index 7edd57eb11..c02574dad3 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: Dutch <https://hosted.weblate.org/projects/linux-containers/"
@@ -75,7 +75,7 @@ msgstr ""
 "### config:\n"
 "###  size: \"61203283968\""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -333,7 +333,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -618,7 +618,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -651,8 +651,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -697,7 +697,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -947,9 +947,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1117,7 +1117,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1375,7 +1375,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1908,7 +1908,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2328,7 +2328,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2751,11 +2751,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2877,7 +2877,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2921,7 +2921,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3199,7 +3199,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3292,7 +3292,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3471,7 +3471,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3645,7 +3645,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3708,7 +3708,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3816,13 +3816,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4063,7 +4063,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4202,7 +4202,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4254,7 +4254,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4343,7 +4343,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/pa.po b/po/pa.po
index 5367742c49..04099a3ac4 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/pl.po b/po/pl.po
index 6086fc30ee..6ecc1a6d4e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2018-09-08 19:22+0000\n"
 "Last-Translator: m4sk1n <me at m4sk.in>\n"
 "Language-Team: Polish <https://hosted.weblate.org/projects/linux-containers/"
@@ -73,7 +73,7 @@ msgstr ""
 "### config:\n"
 "###   size: \"61203283968\""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -343,7 +343,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -628,7 +628,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -661,8 +661,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -707,7 +707,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -957,9 +957,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1127,7 +1127,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1385,7 +1385,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1918,7 +1918,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2338,7 +2338,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2761,11 +2761,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2887,7 +2887,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2931,7 +2931,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3209,7 +3209,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3302,7 +3302,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3481,7 +3481,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3655,7 +3655,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3718,7 +3718,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3826,13 +3826,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4073,7 +4073,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4212,7 +4212,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4264,7 +4264,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4353,7 +4353,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 274c924994..4d81b0f5ef 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@@ -77,7 +77,7 @@ msgstr ""
 "### config:\n"
 "###   size: \"61203283968\""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -345,7 +345,7 @@ msgstr "--container-only não pode ser passado quando a fonte é um snapshot"
 msgid "--refresh can only be used with instances"
 msgstr "--refresh só pode ser usado com containers"
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 #, fuzzy
 msgid "--target cannot be used with instances"
@@ -639,7 +639,7 @@ msgstr "Não pode especificar a coluna L, quando não em cluster"
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr "Não é possível fornecer o uid/gid/modo no modo recursivo"
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr "Não é possível remover chave '%s', não está atualmente definido"
@@ -673,8 +673,8 @@ msgstr "Certificado do cliente armazenado no servidor: "
 msgid "Client version: %s\n"
 msgstr "Versão do cliente: %s\n"
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -726,7 +726,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr "Configuração chave/valor para aplicar ao novo contêiner"
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -990,9 +990,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1167,7 +1167,7 @@ msgstr "Editar templates de arquivo do container"
 msgid "Edit instance metadata files"
 msgstr "Editar arquivos de metadados do container"
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 #, fuzzy
 msgid "Edit instance or server configurations as YAML"
 msgstr "Editar configurações do container ou do servidor como YAML"
@@ -1428,7 +1428,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr "Editar configurações de perfil como YAML"
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 #, fuzzy
 msgid "Get values for instance or server configuration keys"
 msgstr "Editar configurações de perfil como YAML"
@@ -1966,7 +1966,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 #, fuzzy
 msgid "Manage instance and server configuration options"
 msgstr "Editar configurações do container ou do servidor como YAML"
@@ -2389,7 +2389,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2819,12 +2819,12 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 #, fuzzy
 msgid "Set instance or server configuration keys"
 msgstr "Editar configurações do container ou do servidor como YAML"
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2950,7 +2950,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr "Editar arquivos de metadados do container"
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 #, fuzzy
 msgid "Show instance or server configurations"
 msgstr "Editar configurações do container ou do servidor como YAML"
@@ -2996,7 +2996,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3275,7 +3275,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3370,7 +3370,7 @@ msgstr "Não pode fornecer um nome para a imagem de destino"
 msgid "Unset instance device configuration keys"
 msgstr "Editar configurações de perfil como YAML"
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 #, fuzzy
 msgid "Unset instance or server configuration keys"
 msgstr "Editar configurações do container ou do servidor como YAML"
@@ -3551,7 +3551,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3725,7 +3725,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3788,7 +3788,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3896,13 +3896,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4143,7 +4143,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4282,7 +4282,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4334,7 +4334,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4423,7 +4423,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/ru.po b/po/ru.po
index 6670e35320..d87fb2dfd0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2018-06-22 15:57+0000\n"
 "Last-Translator: Александр Киль <shorrey at gmail.com>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/linux-containers/"
@@ -79,7 +79,7 @@ msgstr ""
 "###   source: /home/chb/mnt/lxd_test/default.img\n"
 "###   zfs.pool_name: default"
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 #, fuzzy
 msgid ""
 "### This is a YAML representation of the configuration.\n"
@@ -344,7 +344,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -634,7 +634,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -668,8 +668,8 @@ msgstr "Сертификат клиента хранится на сервере
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -714,7 +714,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -979,9 +979,9 @@ msgstr "Копирование образа: %s"
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1155,7 +1155,7 @@ msgstr "Невозможно добавить имя контейнера в с
 msgid "Edit instance metadata files"
 msgstr "Невозможно добавить имя контейнера в список"
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1416,7 +1416,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1958,7 +1958,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2391,7 +2391,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2821,11 +2821,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2949,7 +2949,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr "Невозможно добавить имя контейнера в список"
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2993,7 +2993,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3275,7 +3275,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3368,7 +3368,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3560,7 +3560,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3794,7 +3794,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 #, fuzzy
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
@@ -3877,7 +3877,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 #, fuzzy
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
@@ -4005,13 +4005,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -4264,7 +4264,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4467,7 +4467,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 #, fuzzy
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
@@ -4539,7 +4539,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 #, fuzzy
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
@@ -4660,7 +4660,7 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 #, fuzzy
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 719ec6a18b..d054b772a8 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/sr.po b/po/sr.po
index 6f26c7f250..71f24d6f02 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/sv.po b/po/sv.po
index 7c125e58b4..15bfeda96b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/te.po b/po/te.po
index 26dce7658f..cac498bb08 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/tr.po b/po/tr.po
index 0bec276bf0..5fab65aaa8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/uk.po b/po/uk.po
index 002a8230ff..9aaf839e82 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,7 +47,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -216,7 +216,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -830,9 +830,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1000,7 +1000,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1258,7 +1258,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1791,7 +1791,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2211,7 +2211,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2634,11 +2634,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2760,7 +2760,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2804,7 +2804,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3175,7 +3175,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3354,7 +3354,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3528,7 +3528,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3591,7 +3591,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3699,13 +3699,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3946,7 +3946,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4085,7 +4085,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4137,7 +4137,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4226,7 +4226,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 
diff --git a/po/zh_Hans.po b/po/zh_Hans.po
index 87225d3a26..a49541cb3c 100644
--- a/po/zh_Hans.po
+++ b/po/zh_Hans.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-03-16 20:24-0400\n"
+"POT-Creation-Date: 2020-03-17 10:06+0000\n"
 "PO-Revision-Date: 2018-09-11 19:15+0000\n"
 "Last-Translator: 0x0916 <w at laoqinren.net>\n"
 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@@ -50,7 +50,7 @@ msgid ""
 "###   size: \"61203283968\""
 msgstr ""
 
-#: lxc/config.go:103
+#: lxc/config.go:102
 msgid ""
 "### This is a YAML representation of the configuration.\n"
 "### Any line starting with a '# will be ignored.\n"
@@ -219,7 +219,7 @@ msgstr ""
 msgid "--refresh can only be used with instances"
 msgstr ""
 
-#: lxc/config.go:150 lxc/config.go:406 lxc/config.go:531 lxc/config.go:669
+#: lxc/config.go:149 lxc/config.go:391 lxc/config.go:516 lxc/config.go:654
 #: lxc/info.go:424
 msgid "--target cannot be used with instances"
 msgstr ""
@@ -504,7 +504,7 @@ msgstr ""
 msgid "Can't supply uid/gid/mode in recursive mode"
 msgstr ""
 
-#: lxc/config.go:548
+#: lxc/config.go:533
 #, c-format
 msgid "Can't unset key '%s', it's not currently set"
 msgstr ""
@@ -537,8 +537,8 @@ msgstr ""
 msgid "Client version: %s\n"
 msgstr ""
 
-#: lxc/config.go:96 lxc/config.go:376 lxc/config.go:469 lxc/config.go:616
-#: lxc/config.go:734 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
+#: lxc/config.go:95 lxc/config.go:361 lxc/config.go:454 lxc/config.go:601
+#: lxc/config.go:719 lxc/copy.go:54 lxc/info.go:45 lxc/init.go:54
 #: lxc/move.go:59 lxc/network.go:257 lxc/network.go:672 lxc/network.go:730
 #: lxc/network.go:1017 lxc/network.go:1084 lxc/network.go:1146
 #: lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:392 lxc/storage.go:588
@@ -583,7 +583,7 @@ msgstr ""
 msgid "Config key/value to apply to the target instance"
 msgstr ""
 
-#: lxc/config.go:270 lxc/config.go:343 lxc/config_metadata.go:142
+#: lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142
 #: lxc/image.go:414 lxc/network.go:640 lxc/profile.go:498 lxc/project.go:304
 #: lxc/storage.go:303 lxc/storage_volume.go:917 lxc/storage_volume.go:947
 #, c-format
@@ -833,9 +833,9 @@ msgstr ""
 #: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91
 #: lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144
 #: lxc/alias.go:195 lxc/cluster.go:29 lxc/cluster.go:68 lxc/cluster.go:147
-#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:31
-#: lxc/config.go:90 lxc/config.go:373 lxc/config.go:454 lxc/config.go:612
-#: lxc/config.go:731 lxc/config_device.go:24 lxc/config_device.go:76
+#: lxc/cluster.go:197 lxc/cluster.go:247 lxc/cluster.go:330 lxc/config.go:30
+#: lxc/config.go:89 lxc/config.go:358 lxc/config.go:439 lxc/config.go:597
+#: lxc/config.go:716 lxc/config_device.go:24 lxc/config_device.go:76
 #: lxc/config_device.go:188 lxc/config_device.go:261 lxc/config_device.go:327
 #: lxc/config_device.go:416 lxc/config_device.go:507 lxc/config_device.go:513
 #: lxc/config_device.go:613 lxc/config_device.go:681 lxc/config_metadata.go:27
@@ -1003,7 +1003,7 @@ msgstr ""
 msgid "Edit instance metadata files"
 msgstr ""
 
-#: lxc/config.go:89 lxc/config.go:90
+#: lxc/config.go:88 lxc/config.go:89
 msgid "Edit instance or server configurations as YAML"
 msgstr ""
 
@@ -1261,7 +1261,7 @@ msgstr ""
 msgid "Get values for instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:372 lxc/config.go:373
+#: lxc/config.go:357 lxc/config.go:358
 msgid "Get values for instance or server configuration keys"
 msgstr ""
 
@@ -1794,7 +1794,7 @@ msgid ""
 "hash or alias name (if one is set)."
 msgstr ""
 
-#: lxc/config.go:30 lxc/config.go:31
+#: lxc/config.go:29 lxc/config.go:30
 msgid "Manage instance and server configuration options"
 msgstr ""
 
@@ -2214,7 +2214,7 @@ msgstr ""
 msgid "Press enter to open the editor again"
 msgstr ""
 
-#: lxc/config.go:271 lxc/config.go:344 lxc/config_metadata.go:143
+#: lxc/config.go:256 lxc/config.go:329 lxc/config_metadata.go:143
 #: lxc/config_template.go:203 lxc/image.go:415
 msgid "Press enter to start the editor again"
 msgstr ""
@@ -2637,11 +2637,11 @@ msgid ""
 "    lxc profile device set [<remote>:]<profile> <device> <key> <value>"
 msgstr ""
 
-#: lxc/config.go:453
+#: lxc/config.go:438
 msgid "Set instance or server configuration keys"
 msgstr ""
 
-#: lxc/config.go:454
+#: lxc/config.go:439
 msgid ""
 "Set instance or server configuration keys\n"
 "\n"
@@ -2763,7 +2763,7 @@ msgstr ""
 msgid "Show instance metadata files"
 msgstr ""
 
-#: lxc/config.go:611 lxc/config.go:612
+#: lxc/config.go:596 lxc/config.go:597
 msgid "Show instance or server configurations"
 msgstr ""
 
@@ -2807,7 +2807,7 @@ msgstr ""
 msgid "Show the default remote"
 msgstr ""
 
-#: lxc/config.go:615
+#: lxc/config.go:600
 msgid "Show the expanded configuration"
 msgstr ""
 
@@ -3085,7 +3085,7 @@ msgstr ""
 msgid "To start your first instance, try: lxc launch ubuntu:18.04"
 msgstr ""
 
-#: lxc/config.go:293 lxc/config.go:418 lxc/config.go:568 lxc/config.go:649
+#: lxc/config.go:278 lxc/config.go:403 lxc/config.go:553 lxc/config.go:634
 #: lxc/copy.go:116 lxc/info.go:310 lxc/network.go:759 lxc/storage.go:420
 msgid "To use --target, the destination remote must be a cluster"
 msgstr ""
@@ -3178,7 +3178,7 @@ msgstr ""
 msgid "Unset instance device configuration keys"
 msgstr ""
 
-#: lxc/config.go:730 lxc/config.go:731
+#: lxc/config.go:715 lxc/config.go:716
 msgid "Unset instance or server configuration keys"
 msgstr ""
 
@@ -3357,7 +3357,7 @@ msgstr ""
 msgid "cluster"
 msgstr ""
 
-#: lxc/config.go:29
+#: lxc/config.go:28
 msgid "config"
 msgstr ""
 
@@ -3531,7 +3531,7 @@ msgstr ""
 msgid "edit [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:88
+#: lxc/config.go:87
 msgid "edit [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -3594,7 +3594,7 @@ msgstr ""
 msgid "get [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:371
+#: lxc/config.go:356
 msgid "get [<remote>:][<instance>] <key>"
 msgstr ""
 
@@ -3702,13 +3702,13 @@ msgid ""
 "    Will mount the host's /share/c1 onto /opt in the instance."
 msgstr ""
 
-#: lxc/config.go:92
+#: lxc/config.go:91
 msgid ""
 "lxc config edit <instance> < instance.yaml\n"
 "    Update the instance configuration from config.yaml."
 msgstr ""
 
-#: lxc/config.go:459
+#: lxc/config.go:444
 msgid ""
 "lxc config set [<remote>:]<instance> limits.cpu=2\n"
 "    Will set a CPU limit of \"2\" for the instance.\n"
@@ -3949,7 +3949,7 @@ msgstr ""
 msgid "pause [<remote>:]<instance> [[<remote>:]<instance>...]"
 msgstr ""
 
-#: lxc/config.go:54
+#: lxc/config.go:53
 msgid "please use `lxc profile`"
 msgstr ""
 
@@ -4088,7 +4088,7 @@ msgstr ""
 msgid "set [<remote>:]<project> <key>=<value>..."
 msgstr ""
 
-#: lxc/config.go:452
+#: lxc/config.go:437
 msgid "set [<remote>:][<instance>] <key>=<value>..."
 msgstr ""
 
@@ -4140,7 +4140,7 @@ msgstr ""
 msgid "show [<remote>:]<project>"
 msgstr ""
 
-#: lxc/config.go:610
+#: lxc/config.go:595
 msgid "show [<remote>:][<instance>[/<snapshot>]]"
 msgstr ""
 
@@ -4229,7 +4229,7 @@ msgstr ""
 msgid "unset [<remote>:]<project> <key>"
 msgstr ""
 
-#: lxc/config.go:729
+#: lxc/config.go:714
 msgid "unset [<remote>:][<instance>] <key>"
 msgstr ""
 


More information about the lxc-devel mailing list