From a7cc88573bbb84de8c5570f32d829f8317f6c687 Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Fri, 5 Nov 2021 18:53:11 +0100 Subject: [PATCH] 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 --- src/ipamm_mad/remotes/equinix/unregister_address_range | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipamm_mad/remotes/equinix/unregister_address_range b/src/ipamm_mad/remotes/equinix/unregister_address_range index ca9525fc34..9909a36443 100755 --- a/src/ipamm_mad/remotes/equinix/unregister_address_range +++ b/src/ipamm_mad/remotes/equinix/unregister_address_range @@ -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)