Skip to content

Commit 79bfae4

Browse files
authored
Merge pull request #3601 from MahnoorAsghar/nic-pciaddress
Add PCIAddress field to baremetal InterfaceType
2 parents 5445cd7 + 4f71add commit 79bfae4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openstack/baremetal/inventory/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type InterfaceType struct {
2424
Product string `json:"product"`
2525
SpeedMbps int `json:"speed_mbps"`
2626
Vendor string `json:"vendor"`
27+
PCIAddress string `json:"pci_address"`
2728
}
2829

2930
type MemoryType struct {

0 commit comments

Comments
 (0)