mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5300: Catch vpn add error failure, removed failed user and return failure status
This commit is contained in:
parent
55d84bdd5f
commit
0335009a1e
|
|
@ -529,7 +529,7 @@ public class RemoteAccessVpnManagerImpl extends ManagerBase implements RemoteAcc
|
|||
}
|
||||
}
|
||||
}
|
||||
} catch (ResourceUnavailableException e) {
|
||||
} catch (Exception e) {
|
||||
s_logger.warn("Unable to apply vpn users ", e);
|
||||
success = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue