[lxc-devel] [lxd/master] Document user.network-config

stgraber on Github lxc-bot at linuxcontainers.org
Thu Oct 27 16:57:05 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 407 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161027/e1f75cdc/attachment.bin>
-------------- next part --------------
From 9de737da0c7afb6039ee01b831163fc90aee043f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 27 Oct 2016 12:40:11 -0400
Subject: [PATCH] Document user.network-config
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This was recently introduced in the cloud images.

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/configuration.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/configuration.md b/doc/configuration.md
index 2e4999f..e5d5954 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -116,6 +116,7 @@ user.network\_mode          | string        | dhcp              | One of "dhcp"
 user.meta-data              | string        | -                 | Cloud-init meta-data, content is appended to seed value.
 user.user-data              | string        | #!cloud-config    | Cloud-init user-data, content is used as seed value.
 user.vendor-data            | string        | #!cloud-config    | Cloud-init vendor-data, content is used as seed value.
+user.network-config         | string        | DHCP on eth0      | Cloud-init network-config, content is used as seed value.
 
 Note that while a type is defined above as a convenience, all values are
 stored as strings and should be exported over the REST API as strings


More information about the lxc-devel mailing list