From c83d52d2b5ee25b7a6166be001eca7abe3a47988 Mon Sep 17 00:00:00 2001 From: hamistao Date: Tue, 10 Dec 2024 07:35:15 -0300 Subject: [PATCH] make update-metadata Signed-off-by: hamistao --- doc/metadata.txt | 9 +++++++++ lxd/metadata/configuration.json | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/doc/metadata.txt b/doc/metadata.txt index ac2522124dde..a36eb77c5b86 100644 --- a/doc/metadata.txt +++ b/doc/metadata.txt @@ -4053,6 +4053,15 @@ The value is the maximum value for the sum of the individual {config:option}`ins ``` +```{config:option} limits.networks.uplink_ips.NETWORK_NAME project-limits +:shortdesc: "Quota of IPs on a certain network used by entities on this project" +:type: "string" +This represents the maximum value for IPs made available on a network +named NETWORK_NAME to be assigned as uplink addresses for entities inside +a specific project. + +``` + ```{config:option} limits.processes project-limits :shortdesc: "Maximum number of processes within the project" :type: "integer" diff --git a/lxd/metadata/configuration.json b/lxd/metadata/configuration.json index 69c16c93898e..9a6102539626 100644 --- a/lxd/metadata/configuration.json +++ b/lxd/metadata/configuration.json @@ -4603,6 +4603,13 @@ "type": "integer" } }, + { + "limits.networks.uplink_ips.NETWORK_NAME": { + "longdesc": "This represents the maximum value for IPs made available on a network\nnamed NETWORK_NAME to be assigned as uplink addresses for entities inside\na specific project.\n", + "shortdesc": "Quota of IPs on a certain network used by entities on this project", + "type": "string" + } + }, { "limits.processes": { "longdesc": "This value is the maximum value for the sum of the individual {config:option}`instance-resource-limits:limits.processes` configurations set on the instances of the project.",