mirror of https://github.com/apache/cloudstack.git
Invalid reference to a class which has been moved
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
This commit is contained in:
parent
c108d7f0d0
commit
f8681de07c
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
<bean id="uUIDManagerImpl" class="com.cloud.uuididentity.UUIDManagerImpl" />
|
||||
|
||||
<bean id="keystoreManagerImpl" class="com.cloud.keystore.KeystoreManagerImpl" />
|
||||
<bean id="keystoreManagerImpl" class="org.apache.cloudstack.framework.security.keystore.KeystoreManagerImpl" />
|
||||
|
||||
<bean id="loadBalancingRulesManagerImpl" class="com.cloud.network.lb.LoadBalancingRulesManagerImpl" >
|
||||
<property name="lbProviders" value="#{loadBalancingServiceProvidersRegistry.registered}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue