11 lines
277 B
XML
11 lines
277 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<auth
|
|
xmlns="http://docs.openstack.org/identity/api/v2.0"
|
|
tenantId="1234">
|
|
<ec2Credentials
|
|
xmlns="http://docs.openstack.org/identity/api/ext/OS-KSEC2/v1.0"
|
|
username="testuser"
|
|
key="aaaaa"
|
|
signature="bbbbb"/>
|
|
</auth>
|