mirror of https://github.com/apache/cloudstack.git
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">
|
||||
<property name="Adapters">
|
||||
<list>
|
||||
<ref bean="affinityGroupAccessChecker"/>
|
||||
<ref bean="domainChecker"/>
|
||||
</list>
|
||||
</property>
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
|
||||
<property name="Adapters">
|
||||
<list>
|
||||
<ref bean="affinityGroupAccessChecker"/>
|
||||
<ref bean="domainChecker"/>
|
||||
</list>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue