mirror of https://github.com/apache/cloudstack.git
NiciraNvpElement is also implements IpDeployer.
IpDeployer is required for the L3 components.
This commit is contained in:
parent
1eceaf3a89
commit
dbaeda0c21
|
|
@ -170,6 +170,7 @@
|
|||
<ref bean="elasticLoadBalancerElement"/>
|
||||
<ref bean="VirtualRouter"/>
|
||||
<ref bean="VpcVirtualRouter"/>
|
||||
<ref bean="NiciraNvp"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@
|
|||
<ref bean="elasticLoadBalancerElement"/>
|
||||
<ref bean="VirtualRouter"/>
|
||||
<ref bean="VpcVirtualRouter"/>
|
||||
<ref bean="NiciraNvp"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
|
|
|||
Loading…
Reference in New Issue