mirror of https://github.com/apache/cloudstack.git
CS-11581 : remove xenserver network, when it is not used
This commit is contained in:
parent
c17bca4088
commit
0b3805b7cc
|
|
@ -129,6 +129,10 @@ public class XenServer56Resource extends CitrixResourceBase {
|
|||
+ " due to " + e.toString());
|
||||
}
|
||||
}
|
||||
try {
|
||||
network.destroy(conn);
|
||||
} catch (Exception e){
|
||||
}
|
||||
return;
|
||||
}
|
||||
} catch (XenAPIException e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue