Skip to content

Commit f6eb41e

Browse files
committed
doc/network-integration: Document properties
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 5e246ec commit f6eb41e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/howto/network_integrations.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,18 @@ This is done through `incus network peer create`, for example:
4747
incus network peer create default region ovn-region --type=remote
4848
```
4949

50-
## Configuration options
50+
## Integration properties
51+
52+
Address sets have the following properties:
53+
54+
Property | Type | Required | Description
55+
:-- | :-- | :-- | :--
56+
`name` | string | yes | Name of the network integration
57+
`description` | string | no | Description of the network integration
58+
`type` | string | yes | Type of network integration (currently only `ovn`)
59+
60+
61+
## Integration configuration options
5162

5263
The following configuration options are available for all network integrations:
5364

0 commit comments

Comments
 (0)