This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.9
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.9 by this push:
     new 4c2d851  VR related periodic jobs are scheduled twice and run twice on 
management servers
4c2d851 is described below

commit 4c2d8514863ab3606fe8c9a31ef4167789c78e08
Author: Slair1 <[email protected]>
AuthorDate: Wed Apr 12 10:17:16 2017 -0500

    VR related periodic jobs are scheduled twice and run twice on management 
servers
---
 .../cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
 
b/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
index 228a4de..3a50009 100644
--- 
a/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
+++ 
b/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
@@ -607,6 +607,11 @@ public class VpcVirtualNetworkApplianceManagerImpl extends 
VirtualNetworkApplian
     }
 
     @Override
+    public boolean start() {
+        return true;
+    }
+
+    @Override
     public boolean startSite2SiteVpn(final Site2SiteVpnConnection conn, final 
VirtualRouter router) throws ResourceUnavailableException {
         if (router.getState() != State.Running) {
             s_logger.warn("Unable to apply site-to-site VPN configuration, 
virtual router is not in the right state " + router.getState());

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to