Updated Branches:
  refs/heads/master e94c70254 -> 1f0b804dd

NiciraNvpElement is also implements IpDeployer.

IpDeployer is required for the L3 components.

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f0b804d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f0b804d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f0b804d

Branch: refs/heads/master
Commit: 1f0b804dd3972f373c196799fc48929a7bc3f473
Parents: e94c702
Author: Hugo Trippaers <htrippa...@schubergphilis.com>
Authored: Mon Apr 15 15:42:10 2013 +0200
Committer: Hugo Trippaers <htrippa...@schubergphilis.com>
Committed: Mon Apr 15 15:42:40 2013 +0200

----------------------------------------------------------------------
 client/tomcatconf/componentContext.xml.in       |    1 +
 client/tomcatconf/nonossComponentContext.xml.in |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f0b804d/client/tomcatconf/componentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/componentContext.xml.in 
b/client/tomcatconf/componentContext.xml.in
index 92838fd..23284ab 100644
--- a/client/tomcatconf/componentContext.xml.in
+++ b/client/tomcatconf/componentContext.xml.in
@@ -197,6 +197,7 @@
           <ref bean="elasticLoadBalancerElement"/>
           <ref bean="VirtualRouter"/>
           <ref bean="VpcVirtualRouter"/>
+          <ref bean="NiciraNvp"/>
       </list>
     </property>
   </bean>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f0b804d/client/tomcatconf/nonossComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/nonossComponentContext.xml.in 
b/client/tomcatconf/nonossComponentContext.xml.in
index aac3b89..a2182d1 100644
--- a/client/tomcatconf/nonossComponentContext.xml.in
+++ b/client/tomcatconf/nonossComponentContext.xml.in
@@ -293,6 +293,7 @@
           <ref bean="elasticLoadBalancerElement"/>
           <ref bean="VirtualRouter"/>
           <ref bean="VpcVirtualRouter"/>
+          <ref bean="NiciraNvp"/>
       </list>
     </property>
   </bean>

Reply via email to