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:
parent
a88799bf43
commit
a7cc88573b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user