mirror of https://github.com/apache/cloudstack.git
Add missing AclApiServiceImpl bean into spring xml.
This commit is contained in:
parent
af14699c4c
commit
344d3a37cc
|
|
@ -30,5 +30,6 @@
|
|||
<bean id="RoleBasedAPIAccessChecker" class="org.apache.cloudstack.acl.RoleBasedAPIAccessChecker" />
|
||||
<bean id="RoleBasedEntityAccessChecker" class="org.apache.cloudstack.acl.RoleBasedEntityAccessChecker" />
|
||||
<bean id="RoleBasedEntityQuerySelector" class="org.apache.cloudstack.acl.RoleBasedEntityQuerySelector" />
|
||||
<bean id="AclApiServiceImpl" class="org.apache.cloudstack.acl.api.AclApiServiceImpl" />
|
||||
|
||||
</beans>
|
||||
|
|
|
|||
Loading…
Reference in New Issue