The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/8269

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From df84fc868205fc77de7ac84f724e79b0ec43fec9 Mon Sep 17 00:00:00 2001
From: Simon Fels <simon.f...@canonical.com>
Date: Thu, 17 Dec 2020 17:17:26 +0100
Subject: [PATCH] doc: features.networks is not enabled by default for projects

---
 doc/projects.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/projects.md b/doc/projects.md
index 1610575dce..65d0b887e5 100644
--- a/doc/projects.md
+++ b/doc/projects.md
@@ -18,7 +18,7 @@ currently supported:
 Key                                  | Type      | Condition             | 
Default                   | Description
 :--                                  | :--       | :--                   | :-- 
                      | :--
 features.images                      | boolean   | -                     | 
true                      | Separate set of images and image aliases for the 
project
-features.networks                    | boolean   | -                     | 
true                      | Separate set of networks for the project
+features.networks                    | boolean   | -                     | 
false                     | Separate set of networks for the project
 features.profiles                    | boolean   | -                     | 
true                      | Separate set of profiles for the project
 features.storage.volumes             | boolean   | -                     | 
true                      | Separate set of storage volumes for the project
 limits.instances                     | integer   | -                     | -   
                      | Maximum number of total instances that can be created 
in the project
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to