You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/16 18:40:35 UTC

[29/50] [abbrv] git commit: updated refs/heads/marvin_refactor to 284581f

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/marvin_refactor
Commit: 1f0b804dd3972f373c196799fc48929a7bc3f473
Parents: e94c702
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Apr 15 15:42:10 2013 +0200
Committer: Hugo Trippaers <ht...@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>