mirror of https://github.com/apache/cloudstack.git
NiciraNvpElement is loaded twice, but no idea where. This makes it work
however(cherry picked from commit 43dc31bcf2)
Signed-off-by: Hugo Trippaers <trippie@gmail.com>
This commit is contained in:
parent
6dabb5b14c
commit
cb4d498da1
|
|
@ -76,9 +76,11 @@
|
|||
<bean id="VpcVirtualRouter" class="com.cloud.network.element.VpcVirtualRouterElement">
|
||||
<property name="name" value="VpcVirtualRouter"/>
|
||||
</bean>
|
||||
<!--
|
||||
<bean id="NiciraNvp" class="com.cloud.network.element.NiciraNvpElement">
|
||||
<property name="name" value="NiciraNvp"/>
|
||||
</bean>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<bean id="BigSwitchVnsElementService" class="com.cloud.network.element.BigSwitchVnsElement">
|
||||
|
|
|
|||
Loading…
Reference in New Issue