You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (finalNetworkElementelement : networkElements) {
2436
2439
if (providersToImplement.contains(element.getProvider())) {
2437
2440
if (s_logger.isDebugEnabled()) {
2438
-
s_logger.debug("Asking " + element.getName() + " to release " +nic);
2441
+
s_logger.debug(String.format("Asking %s to release %s, according to the reservation strategy %s", element.getName(),nic, nic.getReservationStrategy()));
if (!VirtualNetworkApplianceManager.RemoveControlIpOnStop.valueIn(vm.getVirtualMachine().getDataCenterId())) {
171
+
if (s_logger.isDebugEnabled()) {
172
+
s_logger.debug(String.format("not releasing %s from %s with reservationId %s, as systemvm.release.control.ip.on.stop is set to false for the data center.", nic, vm, reservationId));
0 commit comments