mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
21 lines
348 B
XML
21 lines
348 B
XML
<rpc>
|
|
<load-configuration>
|
|
<configuration>
|
|
<access>
|
|
<profile>
|
|
<name>%access-profile-name%</name>
|
|
<client>
|
|
<name>%username%</name>
|
|
<firewall-user>
|
|
<password>%password%</password>
|
|
</firewall-user>
|
|
</client>
|
|
<address-assignment>
|
|
<pool>%address-pool-name%</pool>
|
|
</address-assignment>
|
|
</profile>
|
|
</access>
|
|
</configuration>
|
|
</load-configuration>
|
|
</rpc>
|