Skip to content

Commit be3bdc1

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/howto/network_integrations.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,17 @@ 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+
## Integration configuration options
5161

5262
The following configuration options are available for all network integrations:
5363

0 commit comments

Comments
 (0)