6 lines
242 B
XML
6 lines
242 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<credentials xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://docs.openstack.org/identity/api/v2.0">
|
|
<passwordCredentials username="test_user" password="test"/>
|
|
</credentials>
|