mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-9919 Support for Nexus Swiches (Cisco Vswitches)
Description: Temporarily skipping exception until vsmresponse parser doesn't throw malformed exceptions after adding port profile for native access.
This commit is contained in:
parent
187d32057e
commit
a20aace44e
@ -191,7 +191,10 @@ public class HypervisorHostHelper {
|
|||||||
} catch (CloudRuntimeException e) {
|
} catch (CloudRuntimeException e) {
|
||||||
msg = "Failed to add vEthernet port profile " + networkName + ". Exception: " + e.toString();
|
msg = "Failed to add vEthernet port profile " + networkName + ". Exception: " + e.toString();
|
||||||
s_logger.error(msg);
|
s_logger.error(msg);
|
||||||
throw new CloudRuntimeException(msg);
|
if(vlanId == null) {
|
||||||
|
s_logger.warn("Ignoring exception : " + e.toString());
|
||||||
|
// throw new CloudRuntimeException(msg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user