The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/7908
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) === Closes #7907 Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From f96a2cd91a908df865c9a6546e7c97cc7307aab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 21 Sep 2020 12:55:03 -0400 Subject: [PATCH] api: Add projects_networks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #7907 Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- doc/api-extensions.md | 3 +++ shared/version/api.go | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/api-extensions.md b/doc/api-extensions.md index 3edc55df21..615a8c047f 100644 --- a/doc/api-extensions.md +++ b/doc/api-extensions.md @@ -1151,3 +1151,6 @@ Also introduces two new global config keys that apply to all `ovn` networks and - network.ovn.integration\_bridge - the OVS integration bridge to use. - network.ovn.northbound\_connection - the OVN northbound database connection string. + +## projects\_networks +Adds the `features.networks` config key to projects and the ability for a project to hold networks. diff --git a/shared/version/api.go b/shared/version/api.go index 1288a75238..85da3b0a87 100644 --- a/shared/version/api.go +++ b/shared/version/api.go @@ -224,6 +224,7 @@ var APIExtensions = []string{ "network_type_sriov", "container_syscall_intercept_bpf_devices", "network_type_ovn", + "projects_networks", } // APIExtensionsCount returns the number of available API extensions.
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel