File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ async def create_oob_connections(
950950 )
951951
952952 # Create cable to connect the endpoints
953- cable = await self .client .create (kind = DcimCable )
953+ cable = await self .client .create (kind = DcimCable , data = {} )
954954 cable .status .value = "connected"
955955 # Use cat6 for management/console connections
956956 cable .cable_type .value = "cat6"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ async def create_fabric_peering(self) -> None:
116116 target_endpoint .role .value = interface_role
117117
118118 # Create cable to connect the endpoints
119- cable = await self .client .create (kind = DcimCable )
119+ cable = await self .client .create (kind = DcimCable , data = {} )
120120 cable .status .value = "connected"
121121 cable .cable_type .value = "dac-passive"
122122 cable .connected_endpoints .add (source_endpoint .id )
You can’t perform that action at this time.
0 commit comments