Updated Branches: refs/heads/4.1 1eceaf3a8 -> dbaeda0c2
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/dbaeda0c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dbaeda0c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dbaeda0c Branch: refs/heads/4.1 Commit: dbaeda0c211a842fb3a72b5d1f433de7737a47b2 Parents: 1eceaf3 Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Mon Apr 15 15:42:10 2013 +0200 Committer: Chip Childers <chip.child...@gmail.com> Committed: Mon Apr 15 14:47:40 2013 +0100 ---------------------------------------------------------------------- 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/dbaeda0c/client/tomcatconf/componentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/componentContext.xml.in b/client/tomcatconf/componentContext.xml.in index 8005022..ecd4a11 100644 --- a/client/tomcatconf/componentContext.xml.in +++ b/client/tomcatconf/componentContext.xml.in @@ -170,6 +170,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/dbaeda0c/client/tomcatconf/nonossComponentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/nonossComponentContext.xml.in b/client/tomcatconf/nonossComponentContext.xml.in index 80f1b21..a28f0a8 100644 --- a/client/tomcatconf/nonossComponentContext.xml.in +++ b/client/tomcatconf/nonossComponentContext.xml.in @@ -245,6 +245,7 @@ <ref bean="elasticLoadBalancerElement"/> <ref bean="VirtualRouter"/> <ref bean="VpcVirtualRouter"/> + <ref bean="NiciraNvp"/> </list> </property> </bean>