mirror of https://github.com/apache/cloudstack.git
WIP: fixes for associating ASA1000v to tenant
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
This commit is contained in:
parent
9350d10849
commit
d74c6a9ac2
|
|
@ -1,14 +1,16 @@
|
|||
<configConfMo
|
||||
dn=""
|
||||
cookie="1349366974/592be573-8a27-48d3-aab1-cf6cb94f23ab"
|
||||
inHierarchical="false">
|
||||
dn=""
|
||||
cookie="%cookie%"
|
||||
inHierarchical="false">
|
||||
<inConfig>
|
||||
<fwResourceBinding
|
||||
assignedToDn="fw/inst-1007"
|
||||
|
||||
dn="org-root/org-TenantD/org-VDC-TenantD/efw-ASA-1000v-TenantD/binding"
|
||||
|
||||
status="created"/>
|
||||
<fwResourceBinding
|
||||
assignedToDn="%fwdn%"
|
||||
dn="%binddn%"
|
||||
status="created"/>
|
||||
</inConfig>
|
||||
</configConfMo>
|
||||
|
||||
<!--
|
||||
assignedToDn="fw/inst-1007"
|
||||
dn="org-root/org-TenantD/org-VDC-TenantD/efw-ASA-1000v-TenantD/binding"
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<!--resource-mgr -->
|
||||
<configResolveChildren
|
||||
cookie="%cookie%"
|
||||
classId="fwInstance"
|
||||
|
|
@ -12,6 +11,7 @@ inHierarchical="false">
|
|||
</inFilter>
|
||||
</configResolveChildren>
|
||||
|
||||
<!-- resource-mgr -->
|
||||
<!--
|
||||
<configResolveChildren cookie="1349366974/592be573-8a27-48d3-aab1-cf6cb94f23ab" commCookie="5/12/0/1cae" srcExtSys="10.223.56.5" destExtSys="10.223.56.5" srcSvc="sam_extXMLApi" destSvc="resource-mgr_dme" response="yes" classId="fwInstance">
|
||||
<outConfigs>
|
||||
|
|
|
|||
Loading…
Reference in New Issue