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:
parent
8f97b8c473
commit
0fa5d57344
@ -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