1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: Typo in Equinix IPAM unregister AR (#1548)

Leads to failure in vnet delete.

Wed Oct 27 12:07:49 2021 [Z0][IPM][I]: Command execution failed (exit code: 255): /var/lib/one/remotes/ipam/equinix/unregister_address_range 1
Wed Oct 27 12:07:49 2021 [Z0][IPM][I]: undefined local variable or method `equinxi' for main:Object

(cherry picked from commit a7cc88573bbb84de8c5570f32d829f8317f6c687)
This commit is contained in:
Vlastimil Holer 2021-11-05 18:53:11 +01:00 committed by Ruben S. Montero
parent 8f97b8c473
commit 0fa5d57344
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -114,7 +114,7 @@ begin
exit(-1)
end
equinxi.delete_ip(equinix_id)
equinix.delete_ip(equinix_id)
rescue StandardError => e
STDERR.puts e.to_s
exit(-1)