Skip to content

Commit c1c3c96

Browse files
author
Prachi Damle
committed
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
1 parent ef22b42 commit c1c3c96

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

client/tomcatconf/nonossComponentContext.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
244244
<property name="Adapters">
245245
<list>
246+
<ref bean="affinityGroupAccessChecker"/>
246247
<ref bean="domainChecker"/>
247248
</list>
248249
</property>

client/tomcatconf/simulatorComponentContext.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<bean id="securityCheckers" class="com.cloud.utils.component.AdapterList">
9494
<property name="Adapters">
9595
<list>
96+
<ref bean="affinityGroupAccessChecker"/>
9697
<ref bean="domainChecker"/>
9798
</list>
9899
</property>

0 commit comments

Comments
 (0)