Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into quinteros
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Dec 7, 2023
2 parents 015ef09 + 5874358 commit dd735db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def floating_ips
network_port = persister.network_ports.lazy_find("#{network_port_id}/nic1")
else
network_port = persister.network_ports.lazy_find(network_port_id)
vm = persister.network_ports.lazy_find(network_port_id, {:key => :device, :default => nil})
vm = persister.network_ports.lazy_find(network_port_id, :key => :device, :default => nil)
end

persister.floating_ips.build(
Expand Down

0 comments on commit dd735db

Please sign in to comment.