Skip to content

Commit

Permalink
make update-metadata
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Dec 10, 2024
1 parent 2817b94 commit d9df773
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit d9df773

Please sign in to comment.