mirror of https://github.com/apache/cloudstack.git
when create local link netowrk fails for xenserver, adding host should fail
This commit is contained in:
parent
e13959afc3
commit
121f947f62
|
|
@ -4921,8 +4921,10 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||
|
||||
} catch (XenAPIException e) {
|
||||
s_logger.warn("Unable to create local link network", e);
|
||||
throw new CloudRuntimeException("Unable to create local link network due to " + e.toString(), e);
|
||||
} catch (XmlRpcException e) {
|
||||
s_logger.warn("Unable to create local link network", e);
|
||||
throw new CloudRuntimeException("Unable to create local link network due to " + e.toString(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue