Skip to content

Commit

Permalink
Present the MAC address of network interfaces when creating server pr…
Browse files Browse the repository at this point in the history
…ofiles.

Signed-off-by: Eli Ben-Shoshan <[email protected]>
  • Loading branch information
Eli Ben-Shoshan committed Jan 8, 2024
1 parent 32e73da commit 71c3e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oneview/resource_server_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,7 @@ func resourceServerProfileRead(d *schema.ResourceData, meta interface{}) error {
"isolated_trunk": connection.IsolatedTrunk,
"lag_name": connection.LagName,
"mac_type": connection.MacType,
"mac": connection.MAC,
"managed": connection.Managed,
"network_name": connection.NetworkName,
"boot": connectionBoot,
Expand Down

0 comments on commit 71c3e7d

Please sign in to comment.