Skip to content

Commit bc1eec9

Browse files
author
Alex Huang
committed
Fixed a missing package name
1 parent 5fb6edd commit bc1eec9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
<bean id="instanceGroupJoinDaoImpl" class="com.cloud.api.query.dao.InstanceGroupJoinDaoImpl" />
185185
<bean id="instanceGroupVMMapDaoImpl" class="com.cloud.vm.dao.InstanceGroupVMMapDaoImpl" />
186186
<bean id="itWorkDaoImpl" class="com.cloud.vm.ItWorkDaoImpl" />
187-
<bean id="keystoreDaoImpl" class="com.cloud.keystore.KeystoreDaoImpl" />
188187
<bean id="lBHealthCheckPolicyDaoImpl" class="com.cloud.network.dao.LBHealthCheckPolicyDaoImpl" />
189188
<bean id="lBStickinessPolicyDaoImpl" class="com.cloud.network.dao.LBStickinessPolicyDaoImpl" />
190189
<bean id="launchPermissionDaoImpl" class="com.cloud.storage.dao.LaunchPermissionDaoImpl" />

framework/security/resources/META-INF/cloudstack/core/spring-framework-security-core-context.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
http://www.springframework.org/schema/context
2727
http://www.springframework.org/schema/context/spring-context-3.0.xsd"
2828
>
29-
<bean id="keystoreManagerImpl" class="org.apache.cloudstack.framework.security.KeystoreManagerImpl" />
29+
<bean id="keystoreManagerImpl" class="org.apache.cloudstack.framework.security.keystore.KeystoreManagerImpl" />
30+
<bean id="keystoreDaoImpl" class="org.apache.cloudstack.framework.security.keystore.KeystoreDaoImpl" />
3031
</beans>

0 commit comments

Comments
 (0)