1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14: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
This commit is contained in:
Vlastimil Holer 2021-11-05 18:53:11 +01:00 committed by GitHub
parent a88799bf43
commit a7cc88573b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)