3c47ba4118
Change 'http://localhost:5000/v3', 'http://localhost:35357/v3' and 'http://identity:35357/v3' to 'http://example.com/identity/v3'. Change-Id: I68d67bb35a8d411fa4535b63771780d0dda1c225
28 lines
809 B
JSON
28 lines
809 B
JSON
{
|
|
"domains": [
|
|
{
|
|
"description": "Used for swift functional testing",
|
|
"enabled": true,
|
|
"id": "5a75994a383c449184053ff7270c4e91",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/domains/5a75994a383c449184053ff7270c4e91"
|
|
},
|
|
"name": "swift_test"
|
|
},
|
|
{
|
|
"description": "Owns users and tenants (i.e. projects) available on Identity API v2.",
|
|
"enabled": true,
|
|
"id": "default",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/domains/default"
|
|
},
|
|
"name": "Default"
|
|
}
|
|
],
|
|
"links": {
|
|
"next": null,
|
|
"previous": null,
|
|
"self": "http://example.com/identity/v3/domains"
|
|
}
|
|
}
|