mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-4168: Root Admin should be able to create 'ExplicitDedication' affinity group at domain level and make it available for all accounts in the domain
Changes: - Include the new AffinityGroupAccessChecker in all *ComponentContext.xml.in
This commit is contained in:
parent
ef22b42b38
commit
c1c3c96588
@ -243,6 +243,7 @@
|
|||||||
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
|
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
|
||||||
<property name="Adapters">
|
<property name="Adapters">
|
||||||
<list>
|
<list>
|
||||||
|
<ref bean="affinityGroupAccessChecker"/>
|
||||||
<ref bean="domainChecker"/>
|
<ref bean="domainChecker"/>
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@ -93,6 +93,7 @@
|
|||||||
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
|
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
|
||||||
<property name="Adapters">
|
<property name="Adapters">
|
||||||
<list>
|
<list>
|
||||||
|
<ref bean="affinityGroupAccessChecker"/>
|
||||||
<ref bean="domainChecker"/>
|
<ref bean="domainChecker"/>
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user