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
e94c70254b
commit
1f0b804dd3
|
|
@ -197,6 +197,7 @@
|
|||
<ref bean="elasticLoadBalancerElement"/>
|
||||
<ref bean="VirtualRouter"/>
|
||||
<ref bean="VpcVirtualRouter"/>
|
||||
<ref bean="NiciraNvp"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
|
|
|||
|
|
@ -293,6 +293,7 @@
|
|||
<ref bean="elasticLoadBalancerElement"/>
|
||||
<ref bean="VirtualRouter"/>
|
||||
<ref bean="VpcVirtualRouter"/>
|
||||
<ref bean="NiciraNvp"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
|
|
|||
Loading…
Reference in New Issue