Skip to content

Commit b41445d

Browse files
authored
Merge pull request #40159 from chinmayi-chandrasekar/BZ2030784_remove_ipam
BZ2030784: remove ipam from the host-device CNI plug-in configuration
2 parents 0e4e679 + 71d02a1 commit b41445d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

modules/nw-multus-host-device-object.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ The following object describes the configuration parameters for the host-device
4343
|`pciBusID`
4444
|`string`
4545
|Optional: The PCI address of the network device, such as `0000:00:1f.6`.
46-
47-
|`ipam`
48-
|`object`
49-
|The configuration object for the IPAM CNI plug-in. The plug-in manages IP address assignment for the attachment definition.
50-
5146
|====
5247

5348
[id="nw-multus-hostdev-config-example_{context}"]
@@ -61,9 +56,6 @@ The following example configures an additional network named `hostdev-net`:
6156
"cniVersion": "0.3.1",
6257
"name": "work-network",
6358
"type": "host-device",
64-
"device": "eth1",
65-
"ipam": {
66-
"type": "dhcp"
67-
}
59+
"device": "eth1"
6860
}
6961
----

0 commit comments

Comments
 (0)