From d9df773390c15a8f3744ee35d5d2bfbec9d3c017 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 a0e594e83df6..41ba23f7d7c4 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 c858296eac01..c091ddc2f871 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.",