Merge "Update identity endpoint in v3 and v3-ext samples"
This commit is contained in:
commit
6419c26dda
@ -4,26 +4,26 @@
|
||||
"id": "1",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/1"
|
||||
"self": "http://example.com/identity/v3/endpoints/1"
|
||||
},
|
||||
"region": "north",
|
||||
"service_id": "9242e05f0c23467bbd1cf1f7a6e5e596",
|
||||
"url": "http://identity:35357/"
|
||||
"url": "http://example.com/identity/"
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/1"
|
||||
"self": "http://example.com/identity/v3/endpoints/1"
|
||||
},
|
||||
"region": "south",
|
||||
"service_id": "9242e05f0c23467bbd1cf1f7a6e5e596",
|
||||
"url": "http://identity:35357/"
|
||||
"url": "http://example.com/identity/"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://identity:35357/v3/OS-ENDPOINT-POLICY/policies/13c92821e4c4476a878d3aae7444f52f/endpoints"
|
||||
"self": "http://example.com/identity/v3/OS-ENDPOINT-POLICY/policies/13c92821e4c4476a878d3aae7444f52f/endpoints"
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"id": "13c92821e4c4476a878d3aae7444f52f",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/13c92821e4c4476a878d3aae7444f52f"
|
||||
"self": "http://example.com/identity/v3/policies/13c92821e4c4476a878d3aae7444f52f"
|
||||
},
|
||||
"type": "application/json"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"id": "ac4861",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-EP-FILTER/endpoint_groups/ac4861"
|
||||
"self": "http://example.com/identity/v3/OS-EP-FILTER/endpoint_groups/ac4861"
|
||||
},
|
||||
"name": "endpoint group name"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
},
|
||||
"id": "ac4861",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-EP-FILTER/endpoint_groups/ac4861"
|
||||
"self": "http://example.com/identity/v3/OS-EP-FILTER/endpoint_groups/ac4861"
|
||||
},
|
||||
"name": "endpoint group name #1"
|
||||
}
|
||||
@ -22,14 +22,14 @@
|
||||
},
|
||||
"id": "3de68c",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-EP-FILTER/endpoint_groups/3de68c"
|
||||
"self": "http://example.com/identity/v3/OS-EP-FILTER/endpoint_groups/3de68c"
|
||||
},
|
||||
"name": "endpoint group name #2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/OS-EP-FILTER/endpoint_groups",
|
||||
"self": "https://example.com/identity/v3/OS-EP-FILTER/endpoint_groups",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"enabled": true,
|
||||
"id": "263fd9",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/263fd9"
|
||||
"self": "http://example.com/identity/v3/projects/263fd9"
|
||||
},
|
||||
"name": "project name #1",
|
||||
"description": "project description #1"
|
||||
|
@ -5,7 +5,7 @@
|
||||
"enabled": true,
|
||||
"id": "263fd9",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/263fd9"
|
||||
"self": "http://example.com/identity/v3/projects/263fd9"
|
||||
},
|
||||
"name": "a project name 1",
|
||||
"description": "a project description 1"
|
||||
@ -15,14 +15,14 @@
|
||||
"enabled": true,
|
||||
"id": "61a1b7",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/61a1b7"
|
||||
"self": "http://example.com/identity/v3/projects/61a1b7"
|
||||
},
|
||||
"name": "a project name 2",
|
||||
"description": "a project description 2"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-EP-FILTER/endpoints/6fedc0/projects",
|
||||
"self": "http://example.com/identity/v3/OS-EP-FILTER/endpoints/6fedc0/projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -3,10 +3,10 @@
|
||||
{
|
||||
"id": "6fedc0",
|
||||
"interface": "public",
|
||||
"url": "http://identity:35357/",
|
||||
"url": "http://example.com/identity/",
|
||||
"region": "north",
|
||||
"links": {
|
||||
"self": "http://localhost/identity/v3/endpoints/6fedc0"
|
||||
"self": "http://example.com/identity/v3/endpoints/6fedc0"
|
||||
},
|
||||
"service_id": "1b501a"
|
||||
},
|
||||
@ -14,15 +14,15 @@
|
||||
"id": "6fedc0",
|
||||
"interface": "internal",
|
||||
"region": "south",
|
||||
"url": "http://identity:35357/",
|
||||
"url": "http://example.com/identity/",
|
||||
"links": {
|
||||
"self": "http://localhost/identity/v3/endpoints/6fedc0"
|
||||
"self": "http://example.com/identity/v3/endpoints/6fedc0"
|
||||
},
|
||||
"service_id": "1b501a"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://localhost/identity/v3/OS-EP-FILTER/projects/263fd9/endpoints",
|
||||
"self": "http://example.com/identity/v3/OS-EP-FILTER/projects/263fd9/endpoints",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"interface": "admin",
|
||||
"legacy_endpoint_id": "6fedc0",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/6fedc0"
|
||||
"self": "http://example.com/identity/v3/endpoints/6fedc0"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"service_id": "1b501a",
|
||||
@ -18,7 +18,7 @@
|
||||
"interface": "internal",
|
||||
"legacy_endpoint_id": "b501aa",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/b501aa"
|
||||
"self": "http://example.com/identity/v3/endpoints/b501aa"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"service_id": "1b501a",
|
||||
@ -30,7 +30,7 @@
|
||||
"interface": "public",
|
||||
"legacy_endpoint_id": "b7c573",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/b7c573"
|
||||
"self": "http://example.com/identity/v3/endpoints/b7c573"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"service_id": "1b501a",
|
||||
@ -38,7 +38,7 @@
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-EP-FILTER/endpoint_groups/{endpoint_group_id}/endpoints",
|
||||
"self": "http://example.com/identity/v3/OS-EP-FILTER/endpoint_groups/{endpoint_group_id}/endpoints",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -4,8 +4,8 @@
|
||||
"id": "6be26a",
|
||||
"expires_at": "2013-09-11T06:07:51.501805Z",
|
||||
"links": {
|
||||
"roles": "http://identity:35357/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a/roles",
|
||||
"self": "http://identity:35357/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a"
|
||||
"roles": "http://example.com/identity/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a/roles",
|
||||
"self": "http://example.com/identity/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a"
|
||||
},
|
||||
"project_id": "b9fca3",
|
||||
"authorizing_user_id": "ce9e07"
|
||||
|
@ -5,8 +5,8 @@
|
||||
"id": "6be26a",
|
||||
"expires_at": "2013-09-11T06:07:51.501805Z",
|
||||
"links": {
|
||||
"roles": "http://identity:35357/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a/roles",
|
||||
"self": "http://identity:35357/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a"
|
||||
"roles": "http://example.com/identity/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a/roles",
|
||||
"self": "http://example.com/identity/v3/users/ce9e07/OS-OAUTH1/access_tokens/6be26a"
|
||||
},
|
||||
"project_id": "b9fca3",
|
||||
"authorizing_user_id": "ce9e07"
|
||||
@ -15,6 +15,6 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://identity:35357/v3/users/ce9e07/OS-OAUTH1/access_tokens"
|
||||
"self": "http://example.com/identity/v3/users/ce9e07/OS-OAUTH1/access_tokens"
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"id": "7fea2d",
|
||||
"description": "My consumer",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "My new consumer",
|
||||
"id": "7fea2d",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "My consumer",
|
||||
"id": "7fea2d",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "0c2a74",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-OAUTH1/consumers/0c2a74"
|
||||
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers/0c2a74"
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "My consumer",
|
||||
"id": "7fea2d",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers/7fea2d"
|
||||
}
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://identity:35357/v3/OS-OAUTH1/consumers"
|
||||
"self": "http://example.com/identity/v3/OS-OAUTH1/consumers"
|
||||
}
|
||||
}
|
||||
|
@ -11,18 +11,18 @@
|
||||
"redelegated_trust_id": "3ba234",
|
||||
"redelegation_count": 2,
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/trusts/fe0aef"
|
||||
"self": "http://example.com/identity/v3/trusts/fe0aef"
|
||||
},
|
||||
"trustee_user": {
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/0ca8f6"
|
||||
"self": "http://example.com/identity/v3/users/0ca8f6"
|
||||
}
|
||||
},
|
||||
"trustor_user": {
|
||||
"id": "bd263c",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/bd263c"
|
||||
"self": "http://example.com/identity/v3/users/bd263c"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -30,14 +30,14 @@
|
||||
"domain": {
|
||||
"id": "1789d1",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/1789d1"
|
||||
"self": "http://example.com/identity/v3/domains/1789d1"
|
||||
},
|
||||
"name": "example.com"
|
||||
},
|
||||
"email": "joe@example.com",
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/0ca8f6"
|
||||
"self": "http://example.com/identity/v3/users/0ca8f6"
|
||||
},
|
||||
"name": "Joe"
|
||||
}
|
||||
|
@ -9,18 +9,18 @@
|
||||
"id": "fe0aef",
|
||||
"impersonation": false,
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/trusts/fe0aef"
|
||||
"self": "http://example.com/identity/v3/trusts/fe0aef"
|
||||
},
|
||||
"trustee_user": {
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/0ca8f6"
|
||||
"self": "http://example.com/identity/v3/users/0ca8f6"
|
||||
}
|
||||
},
|
||||
"trustor_user": {
|
||||
"id": "bd263c",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/bd263c"
|
||||
"self": "http://example.com/identity/v3/users/bd263c"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -28,14 +28,14 @@
|
||||
"domain": {
|
||||
"id": "1789d1",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/1789d1"
|
||||
"self": "http://example.com/identity/v3/domains/1789d1"
|
||||
},
|
||||
"name": "example.com"
|
||||
},
|
||||
"email": "joe@example.com",
|
||||
"id": "0ca8f6",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/0ca8f6"
|
||||
"self": "http://example.com/identity/v3/users/0ca8f6"
|
||||
},
|
||||
"name": "Joe"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"impersonation": true,
|
||||
"redelegation_count": 10,
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-TRUST/trusts/1ff900"
|
||||
"self": "http://example.com/identity/v3/OS-TRUST/trusts/1ff900"
|
||||
},
|
||||
"project_id": "ddef321",
|
||||
"remaining_uses": null,
|
||||
@ -13,7 +13,7 @@
|
||||
{
|
||||
"id": "ed7b78",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/ed7b78"
|
||||
"self": "http://example.com/identity/v3/roles/ed7b78"
|
||||
},
|
||||
"name": "member"
|
||||
}
|
||||
@ -21,7 +21,7 @@
|
||||
"roles_links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://identity:35357/v3/OS-TRUST/trusts/1ff900/roles"
|
||||
"self": "http://example.com/identity/v3/OS-TRUST/trusts/1ff900/roles"
|
||||
},
|
||||
"trustee_user_id": "86c0d5",
|
||||
"trustor_user_id": "a0fdfd"
|
||||
|
@ -4,13 +4,13 @@
|
||||
"expires_at": "2013-02-27T18:30:59.999999Z",
|
||||
"impersonation": true,
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-TRUST/trusts/987fe8"
|
||||
"self": "http://example.com/identity/v3/OS-TRUST/trusts/987fe8"
|
||||
},
|
||||
"roles": [
|
||||
{
|
||||
"id": "ed7b78",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/ed7b78"
|
||||
"self": "http://example.com/identity/v3/roles/ed7b78"
|
||||
},
|
||||
"name": "member"
|
||||
}
|
||||
@ -18,7 +18,7 @@
|
||||
"roles_links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://identity:35357/v3/OS-TRUST/trusts/1ff900/roles"
|
||||
"self": "http://example.com/identity/v3/OS-TRUST/trusts/1ff900/roles"
|
||||
},
|
||||
"project_id": "0f1233",
|
||||
"trustee_user_id": "be34d1",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"role": {
|
||||
"id": "c1648e",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/c1648e"
|
||||
"self": "http://example.com/identity/v3/roles/c1648e"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"expires_at": "2013-02-27T18:30:59.999999Z",
|
||||
"impersonation": true,
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-TRUST/trusts/1ff900"
|
||||
"self": "http://example.com/identity/v3/OS-TRUST/trusts/1ff900"
|
||||
},
|
||||
"project_id": "0f1233",
|
||||
"trustee_user_id": "86c0d5",
|
||||
@ -15,7 +15,7 @@
|
||||
"id": "f4513a",
|
||||
"impersonation": false,
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-TRUST/trusts/f45513a"
|
||||
"self": "http://example.com/identity/v3/OS-TRUST/trusts/f45513a"
|
||||
},
|
||||
"project_id": "0f1233",
|
||||
"trustee_user_id": "86c0d5",
|
||||
|
@ -3,14 +3,14 @@
|
||||
{
|
||||
"id": "c1648e",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/c1648e"
|
||||
"self": "http://example.com/identity/v3/roles/c1648e"
|
||||
},
|
||||
"name": "manager"
|
||||
},
|
||||
{
|
||||
"id": "ed7b78",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/ed7b78"
|
||||
"self": "http://example.com/identity/v3/roles/ed7b78"
|
||||
},
|
||||
"name": "member"
|
||||
}
|
||||
|
@ -24,21 +24,21 @@
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"url": "http://example.com/identity/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "068d1b359ee84b438266cb736d81de97"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:35357/v2.0",
|
||||
"url": "http://example.com/identity_v2_admin/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "8bfc846841ab441ca38471be6d164ced"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"url": "http://example.com/identity/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "beb6d358c3654b4bada04d4663b640b9"
|
||||
|
@ -164,21 +164,21 @@
|
||||
"endpoints": [
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:35357/v2.0",
|
||||
"url": "http://example.com/identity_v2_admin/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "admin",
|
||||
"id": "0ceeb58592274caea5bc942a07d5473f"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"url": "http://example.com/identity/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "internal",
|
||||
"id": "8126f2c7021d413e9c98ec3a0ba0fd58"
|
||||
},
|
||||
{
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://23.253.248.171:5000/v2.0",
|
||||
"url": "http://example.com/identity/v2.0",
|
||||
"region": "RegionOne",
|
||||
"interface": "public",
|
||||
"id": "c693879254544e3fb502e795a3f6acc8"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"credential": {
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
"self": "http://example.com/identity/v3/credentials/3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
},
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"credential": {
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
"self": "http://example.com/identity/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
"blob": "{\"access\": \"a42a27755ce6442596b049bd7dd8a563\", \"secret\": \"71faf1d40bb24c82b479b1c6fbbd9f0c\", \"trust_id\": null}",
|
||||
"project_id": "6e01855f345f4c59812999b5e459137d",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"credential": {
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
"self": "http://example.com/identity/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
"blob": "{\"access\":\"181920\",\"secrete\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
"self": "http://example.com/identity/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
|
||||
},
|
||||
"blob": "{\"access\": \"a42a27755ce6442596b049bd7dd8a563\", \"secret\": \"71faf1d40bb24c82b479b1c6fbbd9f0c\", \"trust_id\": null}",
|
||||
"project_id": "6e01855f345f4c59812999b5e459137d",
|
||||
@ -13,7 +13,7 @@
|
||||
{
|
||||
"user_id": "6f556708d04b4ea6bc72d7df2296b71a",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/2441494e52ab6d594a34d74586075cb299489bdd1e9389e3ab06467a4f460609"
|
||||
"self": "http://example.com/identity/v3/credentials/2441494e52ab6d594a34d74586075cb299489bdd1e9389e3ab06467a4f460609"
|
||||
},
|
||||
"blob": "{\"access\": \"7da79ff0aa364e1396f067e352b9b79a\", \"secret\": \"7a18d68ba8834b799d396f3ff6f1e98c\", \"trust_id\": null}",
|
||||
"project_id": "1a1d14690f3c4ec5bf5f321c5fde3c16",
|
||||
@ -23,7 +23,7 @@
|
||||
{
|
||||
"user_id": "c14107e65d5c4a7f8894fc4b3fc209ff",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/3397b204b5f04c495bcdc8f34c8a39996f280f9172658241873e15f070ec79d7"
|
||||
"self": "http://example.com/identity/v3/credentials/3397b204b5f04c495bcdc8f34c8a39996f280f9172658241873e15f070ec79d7"
|
||||
},
|
||||
"blob": "{\"access\": \"db9c58a558534a10a070110de4f9f20c\", \"secret\": \"973e790b88db447ba6f93bca02bc745b\", \"trust_id\": null}",
|
||||
"project_id": "7396e43183db40dcbf40dd727637b548",
|
||||
@ -33,7 +33,7 @@
|
||||
{
|
||||
"user_id": "915cc5f8cca6466aba6c6be06cbabfdf",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/352d5dd7a4aa19c4f2f23ee288bf65dc23a0bc293f40ffd2128ffe6a8cf3e871"
|
||||
"self": "http://example.com/identity/v3/credentials/352d5dd7a4aa19c4f2f23ee288bf65dc23a0bc293f40ffd2128ffe6a8cf3e871"
|
||||
},
|
||||
"blob": "{\"access\": \"817c6c3487a440c1a0b1d3f92b30ca37\", \"secret\": \"47d681117d1c46e69a0c9ec811dae2e9\", \"trust_id\": null}",
|
||||
"project_id": "2bf9767f9db949ee8364262a28a23062",
|
||||
@ -43,7 +43,7 @@
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
"self": "http://example.com/identity/v3/credentials/3d3367228f9c7665266604462ec60029bcd83ad89614021a80b2eb879c572510"
|
||||
},
|
||||
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
@ -53,7 +53,7 @@
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/6b7d803fc03b85866904b6b79e0a8fa1f4013b584163b4477eed96717eb402c0"
|
||||
"self": "http://example.com/identity/v3/credentials/6b7d803fc03b85866904b6b79e0a8fa1f4013b584163b4477eed96717eb402c0"
|
||||
},
|
||||
"blob": "{\"access\": \"f2ba45670b504a518b46e920d760fde2\", \"secret\": \"bf7fff2b3a844730b2db793411756e55\", \"trust_id\": null}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
@ -63,7 +63,7 @@
|
||||
{
|
||||
"user_id": "2b657f6742ac416697e6821b3b2ee785",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/7d391b869631e5c4836708ea3bb3e0a5cbe0481201b5f0ddd5685ad3b3faa564"
|
||||
"self": "http://example.com/identity/v3/credentials/7d391b869631e5c4836708ea3bb3e0a5cbe0481201b5f0ddd5685ad3b3faa564"
|
||||
},
|
||||
"blob": "{\"access\": \"a1525da4e7c0438ebf3058372d637b59\", \"secret\": \"c9165d2542b141e8b2a1ff61a5f5487c\", \"trust_id\": null}",
|
||||
"project_id": "2bf9767f9db949ee8364262a28a23062",
|
||||
@ -73,7 +73,7 @@
|
||||
{
|
||||
"user_id": "bb5476fd12884539b41d5a88f838d773",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/7ef4faa904ae7b8b4ddc7bad15b05ee359dad7d7a9b82861d4ad92fdbbb2eb4e"
|
||||
"self": "http://example.com/identity/v3/credentials/7ef4faa904ae7b8b4ddc7bad15b05ee359dad7d7a9b82861d4ad92fdbbb2eb4e"
|
||||
},
|
||||
"blob": "{\"access\": \"7d7559359b57419eb5f5f5dcd65ab57d\", \"secret\": \"570652bcf8c2483c86eb29e9734eed3c\", \"trust_id\": null}",
|
||||
"project_id": "731fc6f265cd486d900f16e84c5cb594",
|
||||
@ -83,7 +83,7 @@
|
||||
{
|
||||
"user_id": "aedb193e9bb8400485f8d8426f7a031f",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/9c1c428d8e0e8338a5e16489ecfff9962f2b00f984ce4c7e9015e4003f478df8"
|
||||
"self": "http://example.com/identity/v3/credentials/9c1c428d8e0e8338a5e16489ecfff9962f2b00f984ce4c7e9015e4003f478df8"
|
||||
},
|
||||
"blob": "{\"access\": \"b3a6e5f4427c47e9b202264d91a19e49\", \"secret\": \"d9eb470f503f4b46932de38db7a79402\", \"trust_id\": null}",
|
||||
"project_id": "a2672ecf9dd34c6980448b25a47e0947",
|
||||
@ -93,7 +93,7 @@
|
||||
{
|
||||
"user_id": "c14107e65d5c4a7f8894fc4b3fc209ff",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials/e2c35ac2becb0fca3c3c2f035692a4f46a9cbf3b6e86c8a47f5aafe837d78a05"
|
||||
"self": "http://example.com/identity/v3/credentials/e2c35ac2becb0fca3c3c2f035692a4f46a9cbf3b6e86c8a47f5aafe837d78a05"
|
||||
},
|
||||
"blob": "{\"access\": \"1ed843b1bd4a409f9562400085adbaa4\", \"secret\": \"236ab24db1f04ec995fcf618ed4fc0f5\", \"trust_id\": null}",
|
||||
"project_id": "6e01855f345f4c59812999b5e459137d",
|
||||
@ -102,7 +102,7 @@
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/credentials",
|
||||
"self": "http://example.com/identity/v3/credentials",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"enabled": true,
|
||||
"id": "161718",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/161718"
|
||||
"self": "http://example.com/identity/v3/domains/161718"
|
||||
},
|
||||
"name": "myDomain"
|
||||
}
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://example.com/identity/v3/roles/123456"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
"self": "http://example.com/identity/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/161718/groups/101112/roles",
|
||||
"self": "http://example.com/identity/v3/domains/161718/groups/101112/roles",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"enabled": true,
|
||||
"id": "default",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/domains/default"
|
||||
"self": "http://example.com/identity/v3/domains/default"
|
||||
},
|
||||
"name": "Default"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"domain": {
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/domains/default"
|
||||
"self": "http://example.com/identity/v3/domains/default"
|
||||
},
|
||||
"enabled": true,
|
||||
"description": "Owns users and projects on Identity API v2.",
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://example.com/identity/v3/roles/123456"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
"self": "http://example.com/identity/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/domains/161718/users/313233/roles",
|
||||
"self": "http://example.com/identity/v3/domains/161718/users/313233/roles",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"enabled": true,
|
||||
"id": "5a75994a383c449184053ff7270c4e91",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/domains/5a75994a383c449184053ff7270c4e91"
|
||||
"self": "http://example.com/identity/v3/domains/5a75994a383c449184053ff7270c4e91"
|
||||
},
|
||||
"name": "swift_test"
|
||||
},
|
||||
@ -14,7 +14,7 @@
|
||||
"enabled": true,
|
||||
"id": "default",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/domains/default"
|
||||
"self": "http://example.com/identity/v3/domains/default"
|
||||
},
|
||||
"name": "Default"
|
||||
}
|
||||
@ -22,6 +22,6 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/domains"
|
||||
"self": "http://example.com/identity/v3/domains"
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"interface": "public",
|
||||
"name": "ec2-2",
|
||||
"region_id": "RegionOne",
|
||||
"url": "http://identity:35357/v3/endpoints/828384",
|
||||
"url": "http://example.com/identity/v3/endpoints/828384",
|
||||
"service_id": "9242e05f0c23467bbd1cf1f7a6e5e596"
|
||||
}
|
||||
}
|
||||
|
@ -2,9 +2,9 @@
|
||||
"endpoint": {
|
||||
"region_id": "RegionOne",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/e9b475a8742d4ff1a81b353c5a37e138"
|
||||
"self": "http://example.com/identity/v3/endpoints/e9b475a8742d4ff1a81b353c5a37e138"
|
||||
},
|
||||
"url": "http://identity:35357/v3/endpoints/828384",
|
||||
"url": "http://example.com/identity/v3/endpoints/828384",
|
||||
"region": "RegionOne",
|
||||
"enabled": true,
|
||||
"interface": "public",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"id": "01c3d5b92f7841ac83fb4b26173c12c7",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/01c3d5b92f7841ac83fb4b26173c12c7"
|
||||
"self": "http://example.com/identity/v3/endpoints/01c3d5b92f7841ac83fb4b26173c12c7"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"interface": "public",
|
||||
"name": "Name",
|
||||
"region_id": "north",
|
||||
"url": "http://identity:35357/v3/endpoints/828384",
|
||||
"url": "http://example.com/identity/v3/endpoints/828384",
|
||||
"service_id": "345678"
|
||||
}
|
||||
}
|
||||
|
@ -3,11 +3,11 @@
|
||||
"id": "828384",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/endpoints/828384"
|
||||
"self": "http://example.com/identity/v3/endpoints/828384"
|
||||
},
|
||||
"name": "the internal volume endpoint",
|
||||
"region_id": "north",
|
||||
"service_id": "686766",
|
||||
"url": "http://identity:35357/v3/endpoints/828384"
|
||||
"url": "http://example.com/identity/v3/endpoints/828384"
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"id": "0649c5be323f4792afbc1efdd480847d",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/0649c5be323f4792afbc1efdd480847d"
|
||||
"self": "http://example.com/identity/v3/endpoints/0649c5be323f4792afbc1efdd480847d"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -17,7 +17,7 @@
|
||||
"id": "06b85ed2aa57413ca0b1813daed329a9",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/06b85ed2aa57413ca0b1813daed329a9"
|
||||
"self": "http://example.com/identity/v3/endpoints/06b85ed2aa57413ca0b1813daed329a9"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -29,7 +29,7 @@
|
||||
"id": "070102f162e04f91a52c7887d0604163",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/070102f162e04f91a52c7887d0604163"
|
||||
"self": "http://example.com/identity/v3/endpoints/070102f162e04f91a52c7887d0604163"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -41,7 +41,7 @@
|
||||
"id": "0fd73b621e424cc0a172853264519cbc",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/0fd73b621e424cc0a172853264519cbc"
|
||||
"self": "http://example.com/identity/v3/endpoints/0fd73b621e424cc0a172853264519cbc"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -53,7 +53,7 @@
|
||||
"id": "1899667a3b1544ccb355fdfc4184d7d7",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/1899667a3b1544ccb355fdfc4184d7d7"
|
||||
"self": "http://example.com/identity/v3/endpoints/1899667a3b1544ccb355fdfc4184d7d7"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -65,7 +65,7 @@
|
||||
"id": "3b3611ea2e554ee7b85e7f2213b02c33",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/3b3611ea2e554ee7b85e7f2213b02c33"
|
||||
"self": "http://example.com/identity/v3/endpoints/3b3611ea2e554ee7b85e7f2213b02c33"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -77,7 +77,7 @@
|
||||
"id": "3ea2b420306f48c6bf0cf51c2fefea03",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/3ea2b420306f48c6bf0cf51c2fefea03"
|
||||
"self": "http://example.com/identity/v3/endpoints/3ea2b420306f48c6bf0cf51c2fefea03"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -89,7 +89,7 @@
|
||||
"id": "41b122182f574a44b0e246aff6ca29c5",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/41b122182f574a44b0e246aff6ca29c5"
|
||||
"self": "http://example.com/identity/v3/endpoints/41b122182f574a44b0e246aff6ca29c5"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -101,7 +101,7 @@
|
||||
"id": "44a736dd5eeb4347acec66b5f11c8f80",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/44a736dd5eeb4347acec66b5f11c8f80"
|
||||
"self": "http://example.com/identity/v3/endpoints/44a736dd5eeb4347acec66b5f11c8f80"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -113,7 +113,7 @@
|
||||
"id": "499e8f6718ef466ba3fb315fa8f9e0b8",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/499e8f6718ef466ba3fb315fa8f9e0b8"
|
||||
"self": "http://example.com/identity/v3/endpoints/499e8f6718ef466ba3fb315fa8f9e0b8"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -125,7 +125,7 @@
|
||||
"id": "545b1e9f126248428c5cdbec7420c353",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/545b1e9f126248428c5cdbec7420c353"
|
||||
"self": "http://example.com/identity/v3/endpoints/545b1e9f126248428c5cdbec7420c353"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -137,7 +137,7 @@
|
||||
"id": "629dc5a64e954ad09a45e87bc48299ba",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/629dc5a64e954ad09a45e87bc48299ba"
|
||||
"self": "http://example.com/identity/v3/endpoints/629dc5a64e954ad09a45e87bc48299ba"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -149,7 +149,7 @@
|
||||
"id": "642a329a660544fdaab2420c0da7d49b",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/642a329a660544fdaab2420c0da7d49b"
|
||||
"self": "http://example.com/identity/v3/endpoints/642a329a660544fdaab2420c0da7d49b"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -161,7 +161,7 @@
|
||||
"id": "72f8fc8536e44a19bc3388218efcc741",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/72f8fc8536e44a19bc3388218efcc741"
|
||||
"self": "http://example.com/identity/v3/endpoints/72f8fc8536e44a19bc3388218efcc741"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -173,7 +173,7 @@
|
||||
"id": "74121e71962e4947ac622c41706f0ee7",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/74121e71962e4947ac622c41706f0ee7"
|
||||
"self": "http://example.com/identity/v3/endpoints/74121e71962e4947ac622c41706f0ee7"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -185,7 +185,7 @@
|
||||
"id": "7431a4f971dc4abb8d0e387434a06817",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/7431a4f971dc4abb8d0e387434a06817"
|
||||
"self": "http://example.com/identity/v3/endpoints/7431a4f971dc4abb8d0e387434a06817"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -197,19 +197,19 @@
|
||||
"id": "7cffc75a14ca4334b458e475750bd84f",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/7cffc75a14ca4334b458e475750bd84f"
|
||||
"self": "http://example.com/identity/v3/endpoints/7cffc75a14ca4334b458e475750bd84f"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
"service_id": "efeb249cbcd3412496bc4b194ea058da",
|
||||
"url": "http://23.253.211.234:5000/v2.0"
|
||||
"url": "http://example.com/identity/v2.0"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "a422a6fa163b4a6ba8309e067ce3750b",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/a422a6fa163b4a6ba8309e067ce3750b"
|
||||
"self": "http://example.com/identity/v3/endpoints/a422a6fa163b4a6ba8309e067ce3750b"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -221,7 +221,7 @@
|
||||
"id": "ac6a74efe9944afdb129d4df70cde0ec",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/ac6a74efe9944afdb129d4df70cde0ec"
|
||||
"self": "http://example.com/identity/v3/endpoints/ac6a74efe9944afdb129d4df70cde0ec"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -233,19 +233,19 @@
|
||||
"id": "adf43d7ff0d14d0fa1e8a5187f40e1af",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/adf43d7ff0d14d0fa1e8a5187f40e1af"
|
||||
"self": "http://example.com/identity/v3/endpoints/adf43d7ff0d14d0fa1e8a5187f40e1af"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
"service_id": "efeb249cbcd3412496bc4b194ea058da",
|
||||
"url": "http://23.253.211.234:5000/v2.0"
|
||||
"url": "http://example.com/identity/v2.0"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "b18be64a118244d39217db72534f8b33",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/b18be64a118244d39217db72534f8b33"
|
||||
"self": "http://example.com/identity/v3/endpoints/b18be64a118244d39217db72534f8b33"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -257,7 +257,7 @@
|
||||
"id": "c828983c9c214d819674649aa693cdff",
|
||||
"interface": "public",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/c828983c9c214d819674649aa693cdff"
|
||||
"self": "http://example.com/identity/v3/endpoints/c828983c9c214d819674649aa693cdff"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -269,7 +269,7 @@
|
||||
"id": "d062ebdb244f447498768fc0ced32e2d",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/d062ebdb244f447498768fc0ced32e2d"
|
||||
"self": "http://example.com/identity/v3/endpoints/d062ebdb244f447498768fc0ced32e2d"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -281,7 +281,7 @@
|
||||
"id": "d281219ec0df4cf2b7c681463d5dcf51",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/d281219ec0df4cf2b7c681463d5dcf51"
|
||||
"self": "http://example.com/identity/v3/endpoints/d281219ec0df4cf2b7c681463d5dcf51"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -293,19 +293,19 @@
|
||||
"id": "d8e0824a17404431b5d978a87ac1bede",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/d8e0824a17404431b5d978a87ac1bede"
|
||||
"self": "http://example.com/identity/v3/endpoints/d8e0824a17404431b5d978a87ac1bede"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
"service_id": "efeb249cbcd3412496bc4b194ea058da",
|
||||
"url": "http://23.253.211.234:35357/v2.0"
|
||||
"url": "http://example.com/identity_v2_admin/v2.0"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "d9b54bdc063046828ac3c6487bea8047",
|
||||
"interface": "internal",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/d9b54bdc063046828ac3c6487bea8047"
|
||||
"self": "http://example.com/identity/v3/endpoints/d9b54bdc063046828ac3c6487bea8047"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -317,7 +317,7 @@
|
||||
"id": "ea74f9771dec475eabfc2cdff5364413",
|
||||
"interface": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/endpoints/ea74f9771dec475eabfc2cdff5364413"
|
||||
"self": "http://example.com/identity/v3/endpoints/ea74f9771dec475eabfc2cdff5364413"
|
||||
},
|
||||
"region": "RegionOne",
|
||||
"region_id": "RegionOne",
|
||||
@ -328,6 +328,6 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/endpoints"
|
||||
"self": "http://example.com/identity/v3/endpoints"
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Contract developers",
|
||||
"id": "c0d675eac29945ad9dfd08aa1bb75751",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups/c0d675eac29945ad9dfd08aa1bb75751"
|
||||
"self": "http://example.com/identity/v3/groups/c0d675eac29945ad9dfd08aa1bb75751"
|
||||
},
|
||||
"name": "Contract developers"
|
||||
}
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-INHERIT/domains/1234/groups/5678/roles/inherited_to_projects",
|
||||
"self": "http://example.com/identity/v3/OS-INHERIT/domains/1234/groups/5678/roles/inherited_to_projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-INHERIT/projects/1234/groups/5678/roles/inherited_to_projects",
|
||||
"self": "http://example.com/identity/v3/OS-INHERIT/projects/1234/groups/5678/roles/inherited_to_projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Contract developers",
|
||||
"id": "c0d675eac29945ad9dfd08aa1bb75751",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups/c0d675eac29945ad9dfd08aa1bb75751"
|
||||
"self": "http://example.com/identity/v3/groups/c0d675eac29945ad9dfd08aa1bb75751"
|
||||
},
|
||||
"name": "Contract developers"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Contract developers 2016",
|
||||
"id": "c0d675eac29945ad9dfd08aa1bb75751",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups/c0d675eac29945ad9dfd08aa1bb75751"
|
||||
"self": "http://example.com/identity/v3/groups/c0d675eac29945ad9dfd08aa1bb75751"
|
||||
},
|
||||
"name": "Contract developers 2016"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "admin",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/fff603a0829d41e48bc0dd0d72ad61ce"
|
||||
"self": "http://example.com/identity/v3/users/fff603a0829d41e48bc0dd0d72ad61ce"
|
||||
},
|
||||
"domain_id": "default",
|
||||
"enabled": true,
|
||||
@ -12,7 +12,7 @@
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups/9ce0ad4e58a84d7a97b92f7955d10c92/users",
|
||||
"self": "http://example.com/identity/v3/groups/9ce0ad4e58a84d7a97b92f7955d10c92/users",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups",
|
||||
"self": "http://example.com/identity/v3/groups",
|
||||
"previous": null,
|
||||
"next": null
|
||||
},
|
||||
@ -10,7 +10,7 @@
|
||||
"description": "non-admin group",
|
||||
"id": "96372bbb152f475aa37e9a76a25a029c",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups/96372bbb152f475aa37e9a76a25a029c"
|
||||
"self": "http://example.com/identity/v3/groups/96372bbb152f475aa37e9a76a25a029c"
|
||||
},
|
||||
"name": "nonadmins"
|
||||
},
|
||||
@ -19,7 +19,7 @@
|
||||
"description": "openstack admin group",
|
||||
"id": "9ce0ad4e58a84d7a97b92f7955d10c92",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/groups/9ce0ad4e58a84d7a97b92f7955d10c92"
|
||||
"self": "http://example.com/identity/v3/groups/9ce0ad4e58a84d7a97b92f7955d10c92"
|
||||
},
|
||||
"name": "admins"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"id": "v3.4",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://localhost:5000/v3/",
|
||||
"href": "http://example.com/identity/v3/",
|
||||
"rel": "self"
|
||||
}
|
||||
],
|
||||
|
@ -5,7 +5,7 @@
|
||||
"id": "v3.4",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://localhost:5000/v3/",
|
||||
"href": "http://example.com/identity/v3/",
|
||||
"rel": "self"
|
||||
}
|
||||
],
|
||||
@ -22,7 +22,7 @@
|
||||
"id": "v2.0",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://localhost:5000/v2.0/",
|
||||
"href": "http://example.com/identity/v2.0/",
|
||||
"rel": "self"
|
||||
},
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/policies"
|
||||
"self": "http://example.com/identity/v3/policies"
|
||||
},
|
||||
"policies": [
|
||||
{
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"id": "717273",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/717273"
|
||||
"self": "http://example.com/identity/v3/policies/717273"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "application/json",
|
||||
@ -27,7 +27,7 @@
|
||||
},
|
||||
"id": "717274",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/717274"
|
||||
"self": "http://example.com/identity/v3/policies/717274"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "application/json",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"policy": {
|
||||
"user_id": "0ffd248c55b443eaac5253b4e9cbf9b5",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/88f5b83f8f8e41daba4c25eed1a7bbc6"
|
||||
"self": "http://example.com/identity/v3/policies/88f5b83f8f8e41daba4c25eed1a7bbc6"
|
||||
},
|
||||
"blob": "{'foobar_user': 'role:compute-user'}",
|
||||
"project_id": "0426ac1e48f642ef9544c2251e07e261",
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"id": "717273",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/717273"
|
||||
"self": "http://example.com/identity/v3/policies/717273"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "application/json",
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"id": "717273",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/717273"
|
||||
"self": "http://example.com/identity/v3/policies/717273"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "application/json",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"is_domain": true,
|
||||
"description": "My new project",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
||||
"self": "http://example.com/identity/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
||||
},
|
||||
"enabled": true,
|
||||
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "123456",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://example.com/identity/v3/roles/123456"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
"self": "http://example.com/identity/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456789/groups/101112/roles",
|
||||
"self": "http://example.com/identity/v3/projects/456789/groups/101112/roles",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"enabled": true,
|
||||
"id": "0c4e939acacf4376bdcd1129f1a054ad",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
|
||||
"self": "http://example.com/identity/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
|
||||
},
|
||||
"name": "admin",
|
||||
"parent_id": null
|
||||
|
@ -3,7 +3,7 @@
|
||||
"is_domain": true,
|
||||
"description": "My updated project",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
||||
"self": "http://example.com/identity/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
||||
},
|
||||
"extra": {
|
||||
"is_domain": true
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/9e5a15e2c0dd42aab0990a463e839ac1/users/b964a9e51c0046a4a84d3f83a135a97c/roles",
|
||||
"self": "http://example.com/identity/v3/projects/9e5a15e2c0dd42aab0990a463e839ac1/users/b964a9e51c0046a4a84d3f83a135a97c/roles",
|
||||
"previous": null,
|
||||
"next": null
|
||||
},
|
||||
@ -8,7 +8,7 @@
|
||||
{
|
||||
"id": "3b5347fa7a144008ba57c0acea469cc3",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/3b5347fa7a144008ba57c0acea469cc3"
|
||||
"self": "http://example.com/identity/v3/roles/3b5347fa7a144008ba57c0acea469cc3"
|
||||
},
|
||||
"name": "admin"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/projects"
|
||||
"self": "http://example.com/identity/v3/projects"
|
||||
},
|
||||
"projects": [
|
||||
{
|
||||
@ -12,7 +12,7 @@
|
||||
"enabled": true,
|
||||
"id": "0c4e939acacf4376bdcd1129f1a054ad",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
|
||||
"self": "http://example.com/identity/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
|
||||
},
|
||||
"name": "admin",
|
||||
"parent_id": null
|
||||
@ -24,7 +24,7 @@
|
||||
"enabled": true,
|
||||
"id": "0cbd49cbf76d405d9c86562e1d579bd3",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/0cbd49cbf76d405d9c86562e1d579bd3"
|
||||
"self": "http://example.com/identity/v3/projects/0cbd49cbf76d405d9c86562e1d579bd3"
|
||||
},
|
||||
"name": "demo",
|
||||
"parent_id": null
|
||||
@ -36,7 +36,7 @@
|
||||
"enabled": true,
|
||||
"id": "2db68fed84324f29bb73130c6c2094fb",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/2db68fed84324f29bb73130c6c2094fb"
|
||||
"self": "http://example.com/identity/v3/projects/2db68fed84324f29bb73130c6c2094fb"
|
||||
},
|
||||
"name": "swifttenanttest2",
|
||||
"parent_id": null
|
||||
@ -48,7 +48,7 @@
|
||||
"enabled": true,
|
||||
"id": "3d594eb0f04741069dbbb521635b21c7",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/3d594eb0f04741069dbbb521635b21c7"
|
||||
"self": "http://example.com/identity/v3/projects/3d594eb0f04741069dbbb521635b21c7"
|
||||
},
|
||||
"name": "service",
|
||||
"parent_id": null
|
||||
@ -60,7 +60,7 @@
|
||||
"enabled": true,
|
||||
"id": "43ebde53fc314b1c9ea2b8c5dc744927",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/43ebde53fc314b1c9ea2b8c5dc744927"
|
||||
"self": "http://example.com/identity/v3/projects/43ebde53fc314b1c9ea2b8c5dc744927"
|
||||
},
|
||||
"name": "swifttenanttest1",
|
||||
"parent_id": null
|
||||
@ -72,7 +72,7 @@
|
||||
"enabled": true,
|
||||
"id": "4b1eb781a47440acb8af9850103e537f",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/4b1eb781a47440acb8af9850103e537f"
|
||||
"self": "http://example.com/identity/v3/projects/4b1eb781a47440acb8af9850103e537f"
|
||||
},
|
||||
"name": "swifttenanttest4",
|
||||
"parent_id": null
|
||||
@ -84,7 +84,7 @@
|
||||
"enabled": true,
|
||||
"id": "5961c443439d4fcebe42643723755e9d",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/5961c443439d4fcebe42643723755e9d"
|
||||
"self": "http://example.com/identity/v3/projects/5961c443439d4fcebe42643723755e9d"
|
||||
},
|
||||
"name": "invisible_to_admin",
|
||||
"parent_id": null
|
||||
@ -96,7 +96,7 @@
|
||||
"enabled": true,
|
||||
"id": "fdb8424c4e4f4c0ba32c52e2de3bd80e",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/projects/fdb8424c4e4f4c0ba32c52e2de3bd80e"
|
||||
"self": "http://example.com/identity/v3/projects/fdb8424c4e4f4c0ba32c52e2de3bd80e"
|
||||
},
|
||||
"name": "alt_demo",
|
||||
"parent_id": null
|
||||
|
@ -3,7 +3,7 @@
|
||||
"parent_region_id": "RegionOne",
|
||||
"id": "RegionOneSubRegion",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/regions/RegionOneSubRegion"
|
||||
"self": "http://example.com/identity/v3/regions/RegionOneSubRegion"
|
||||
},
|
||||
"description": "My subregion"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "My subregion 3",
|
||||
"id": "RegionThree",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/regions/RegionThree"
|
||||
"self": "http://example.com/identity/v3/regions/RegionThree"
|
||||
},
|
||||
"parent_region_id": "RegionOne"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"parent_region_id": "RegionOne",
|
||||
"id": "RegionThree",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/regions/RegionThree"
|
||||
"self": "http://example.com/identity/v3/regions/RegionThree"
|
||||
},
|
||||
"description": "My subregion 3"
|
||||
}
|
||||
|
@ -2,14 +2,14 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/regions"
|
||||
"self": "http://example.com/identity/v3/regions"
|
||||
},
|
||||
"regions": [
|
||||
{
|
||||
"description": "",
|
||||
"id": "RegionOne",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/regions/RegionOne"
|
||||
"self": "http://example.com/identity/v3/regions/RegionOne"
|
||||
},
|
||||
"parent_region_id": null
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"role_assignments": [
|
||||
{
|
||||
"links": {
|
||||
"assignment": "http://identity:35357/v3/domains/161718/users/313233/roles/123456"
|
||||
"assignment": "http://example.com/identity/v3/domains/161718/users/313233/roles/123456"
|
||||
},
|
||||
"role": {
|
||||
"id": "123456"
|
||||
@ -18,8 +18,8 @@
|
||||
},
|
||||
{
|
||||
"links": {
|
||||
"assignment": "http://identity:35357/v3/projects/456789/groups/101112/roles/123456",
|
||||
"membership": "http://identity:35357/v3/groups/101112/users/313233"
|
||||
"assignment": "http://example.com/identity/v3/projects/456789/groups/101112/roles/123456",
|
||||
"membership": "http://example.com/identity/v3/groups/101112/users/313233"
|
||||
},
|
||||
"role": {
|
||||
"id": "123456"
|
||||
@ -35,7 +35,7 @@
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/role_assignments?effective",
|
||||
"self": "http://example.com/identity/v3/role_assignments?effective",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"role_assignments": [
|
||||
{
|
||||
"links": {
|
||||
"assignment": "http://identity:35357/v3/domains/161718/users/313233/roles/123456"
|
||||
"assignment": "http://example.com/identity/v3/domains/161718/users/313233/roles/123456"
|
||||
},
|
||||
"role": {
|
||||
"id": "123456"
|
||||
@ -21,7 +21,7 @@
|
||||
"id": "101112"
|
||||
},
|
||||
"links": {
|
||||
"assignment": "http://identity:35357/v3/projects/456789/groups/101112/roles/123456"
|
||||
"assignment": "http://example.com/identity/v3/projects/456789/groups/101112/roles/123456"
|
||||
},
|
||||
"role": {
|
||||
"id": "123456"
|
||||
@ -34,7 +34,7 @@
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/role_assignments",
|
||||
"self": "http://example.com/identity/v3/role_assignments",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"role": {
|
||||
"id": "1e443fa8cee3482a8a2b6954dd5c8f12",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
||||
"self": "http://example.com/identity/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
||||
},
|
||||
"name": "developer"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"role": {
|
||||
"id": "1e443fa8cee3482a8a2b6954dd5c8f12",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
||||
"self": "http://example.com/identity/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
||||
},
|
||||
"name": "Developer"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"role": {
|
||||
"id": "1e443fa8cee3482a8a2b6954dd5c8f12",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
||||
"self": "http://example.com/identity/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
||||
},
|
||||
"name": "Developer"
|
||||
}
|
||||
|
@ -2,48 +2,48 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/roles"
|
||||
"self": "http://example.com/identity/v3/roles"
|
||||
},
|
||||
"roles": [
|
||||
{
|
||||
"id": "5318e65d75574c17bf5339d3df33a5a3",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/5318e65d75574c17bf5339d3df33a5a3"
|
||||
"self": "http://example.com/identity/v3/roles/5318e65d75574c17bf5339d3df33a5a3"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "642bcfc75c384fd181adf34d9b2df897",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/642bcfc75c384fd181adf34d9b2df897"
|
||||
"self": "http://example.com/identity/v3/roles/642bcfc75c384fd181adf34d9b2df897"
|
||||
},
|
||||
"name": "anotherrole"
|
||||
},
|
||||
{
|
||||
"id": "779a76d74f544224a7ef8762ca0de627",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/779a76d74f544224a7ef8762ca0de627"
|
||||
"self": "http://example.com/identity/v3/roles/779a76d74f544224a7ef8762ca0de627"
|
||||
},
|
||||
"name": "Member"
|
||||
},
|
||||
{
|
||||
"id": "9fe2ff9ee4384b1894a90878d3e92bab",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"
|
||||
"self": "http://example.com/identity/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"
|
||||
},
|
||||
"name": "_member_"
|
||||
},
|
||||
{
|
||||
"id": "ba2dfba61c934ee89e3110de36273229",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/ba2dfba61c934ee89e3110de36273229"
|
||||
"self": "http://example.com/identity/v3/roles/ba2dfba61c934ee89e3110de36273229"
|
||||
},
|
||||
"name": "ResellerAdmin"
|
||||
},
|
||||
{
|
||||
"id": "f127b97616f24d3ebceb7be840210adc",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/roles/f127b97616f24d3ebceb7be840210adc"
|
||||
"self": "http://example.com/identity/v3/roles/f127b97616f24d3ebceb7be840210adc"
|
||||
},
|
||||
"name": "service"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"service": {
|
||||
"name": "compute2",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/3f552eb79c48436db2868e948d8cf330"
|
||||
"self": "http://example.com/identity/v3/services/3f552eb79c48436db2868e948d8cf330"
|
||||
},
|
||||
"enabled": true,
|
||||
"type": "compute",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"enabled": true,
|
||||
"id": "686766",
|
||||
"links": {
|
||||
"self": "http://identity:5000/v3/services/686766"
|
||||
"self": "http://example.com/identity/v3/services/686766"
|
||||
},
|
||||
"name": "keystone",
|
||||
"type": "identity"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"service": {
|
||||
"name": "cinderv2",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/5789da9864004dd088fce14c1c626a4b"
|
||||
"self": "http://example.com/identity/v3/services/5789da9864004dd088fce14c1c626a4b"
|
||||
},
|
||||
"enabled": true,
|
||||
"type": "volumev2",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/services"
|
||||
"self": "http://example.com/identity/v3/services"
|
||||
},
|
||||
"services": [
|
||||
{
|
||||
@ -10,7 +10,7 @@
|
||||
"enabled": true,
|
||||
"id": "1999c3a858c7408fb586817620695098",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/1999c3a858c7408fb586817620695098"
|
||||
"self": "http://example.com/identity/v3/services/1999c3a858c7408fb586817620695098"
|
||||
},
|
||||
"name": "nova",
|
||||
"type": "compute"
|
||||
@ -20,7 +20,7 @@
|
||||
"enabled": true,
|
||||
"id": "39216610e75547f1883037e11976fc0f",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/39216610e75547f1883037e11976fc0f"
|
||||
"self": "http://example.com/identity/v3/services/39216610e75547f1883037e11976fc0f"
|
||||
},
|
||||
"name": "cinderv2",
|
||||
"type": "volumev2"
|
||||
@ -30,7 +30,7 @@
|
||||
"enabled": true,
|
||||
"id": "4fe41a27de3341af9100123f765eac0d",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/4fe41a27de3341af9100123f765eac0d"
|
||||
"self": "http://example.com/identity/v3/services/4fe41a27de3341af9100123f765eac0d"
|
||||
},
|
||||
"name": "neutron",
|
||||
"type": "network"
|
||||
@ -40,7 +40,7 @@
|
||||
"enabled": true,
|
||||
"id": "61d3d05bdd1449f18923c83f52a4d762",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/61d3d05bdd1449f18923c83f52a4d762"
|
||||
"self": "http://example.com/identity/v3/services/61d3d05bdd1449f18923c83f52a4d762"
|
||||
},
|
||||
"name": "ec2",
|
||||
"type": "ec2"
|
||||
@ -50,7 +50,7 @@
|
||||
"enabled": true,
|
||||
"id": "69afa3d57d1948ea988beeb252bbaa5d",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/69afa3d57d1948ea988beeb252bbaa5d"
|
||||
"self": "http://example.com/identity/v3/services/69afa3d57d1948ea988beeb252bbaa5d"
|
||||
},
|
||||
"name": "glance",
|
||||
"type": "image"
|
||||
@ -60,7 +60,7 @@
|
||||
"enabled": true,
|
||||
"id": "79b691ee7be649d9bf8613efc0960206",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/79b691ee7be649d9bf8613efc0960206"
|
||||
"self": "http://example.com/identity/v3/services/79b691ee7be649d9bf8613efc0960206"
|
||||
},
|
||||
"name": "novav21",
|
||||
"type": "computev21"
|
||||
@ -70,7 +70,7 @@
|
||||
"enabled": true,
|
||||
"id": "92419b70ebe64c6c873bd20b14360e6b",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/92419b70ebe64c6c873bd20b14360e6b"
|
||||
"self": "http://example.com/identity/v3/services/92419b70ebe64c6c873bd20b14360e6b"
|
||||
},
|
||||
"name": "swift",
|
||||
"type": "object-store"
|
||||
@ -80,7 +80,7 @@
|
||||
"enabled": true,
|
||||
"id": "b8f8454fc07b46b781204d2a436f9d1c",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/b8f8454fc07b46b781204d2a436f9d1c"
|
||||
"self": "http://example.com/identity/v3/services/b8f8454fc07b46b781204d2a436f9d1c"
|
||||
},
|
||||
"name": "keystone",
|
||||
"type": "identity"
|
||||
@ -90,7 +90,7 @@
|
||||
"enabled": true,
|
||||
"id": "cdda3bea0742407f95e70f4758f46558",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/services/cdda3bea0742407f95e70f4758f46558"
|
||||
"self": "http://example.com/identity/v3/services/cdda3bea0742407f95e70f4758f46558"
|
||||
},
|
||||
"name": "cinder",
|
||||
"type": "volume"
|
||||
|
@ -7,7 +7,7 @@
|
||||
"enabled": true,
|
||||
"id": "ff4e51",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/users/ff4e51"
|
||||
"self": "https://example.com/identity/v3/users/ff4e51"
|
||||
},
|
||||
"name": "James Doe"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"domain_id": "1789d1",
|
||||
"id": "ea167b",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/groups/ea167b"
|
||||
"self": "https://example.com/identity/v3/groups/ea167b"
|
||||
},
|
||||
"name": "Developers"
|
||||
},
|
||||
@ -14,13 +14,13 @@
|
||||
"domain_id": "1789d1",
|
||||
"id": "a62db1",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/groups/a62db1"
|
||||
"self": "https://example.com/identity/v3/groups/a62db1"
|
||||
},
|
||||
"name": "Secure Developers"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/9fe1d3/groups",
|
||||
"self": "http://example.com/identity/v3/users/9fe1d3/groups",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"id": "456788",
|
||||
"parent_id": "212223",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456788"
|
||||
"self": "http://example.com/identity/v3/projects/456788"
|
||||
},
|
||||
"name": "a project name"
|
||||
},
|
||||
@ -18,13 +18,13 @@
|
||||
"id": "456789",
|
||||
"parent_id": "212223",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456789"
|
||||
"self": "http://example.com/identity/v3/projects/456789"
|
||||
},
|
||||
"name": "another domain"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/users/313233/projects",
|
||||
"self": "http://example.com/identity/v3/users/313233/projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-INHERIT/domains/1234/users/5678/roles/inherited_to_projects",
|
||||
"self": "http://example.com/identity/v3/OS-INHERIT/domains/1234/users/5678/roles/inherited_to_projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -3,20 +3,20 @@
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "91011",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/91011"
|
||||
"self": "http://example.com/identity/v3/roles/91011"
|
||||
},
|
||||
"name": "admin"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/OS-INHERIT/projects/1234/users/5678/roles/inherited_to_projects",
|
||||
"self": "http://example.com/identity/v3/OS-INHERIT/projects/1234/users/5678/roles/inherited_to_projects",
|
||||
"previous": null,
|
||||
"next": null
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"enabled": true,
|
||||
"id": "9fe1d3",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/users/9fe1d3"
|
||||
"self": "https://example.com/identity/v3/users/9fe1d3"
|
||||
},
|
||||
"name": "jsmith"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"enabled": true,
|
||||
"id": "ff4e51",
|
||||
"links": {
|
||||
"self": "https://identity:35357/v3/users/ff4e51"
|
||||
"self": "https://example.com/identity/v3/users/ff4e51"
|
||||
},
|
||||
"name": "jamesdoe"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"links": {
|
||||
"next": null,
|
||||
"previous": null,
|
||||
"self": "http://localhost:5000/v3/users"
|
||||
"self": "http://example.com/identity/v3/users"
|
||||
},
|
||||
"users": [
|
||||
{
|
||||
@ -11,7 +11,7 @@
|
||||
"enabled": true,
|
||||
"id": "2844b2a08be147a08ef58317d6471f1f",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/2844b2a08be147a08ef58317d6471f1f"
|
||||
"self": "http://example.com/identity/v3/users/2844b2a08be147a08ef58317d6471f1f"
|
||||
},
|
||||
"name": "glance"
|
||||
},
|
||||
@ -21,7 +21,7 @@
|
||||
"enabled": true,
|
||||
"id": "4ab84ab39de54f4d96eaff8f2145a7cd",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/4ab84ab39de54f4d96eaff8f2145a7cd"
|
||||
"self": "http://example.com/identity/v3/users/4ab84ab39de54f4d96eaff8f2145a7cd"
|
||||
},
|
||||
"name": "swiftusertest1"
|
||||
},
|
||||
@ -31,7 +31,7 @@
|
||||
"enabled": true,
|
||||
"id": "56696a9a04864d63877a3d06a6f0b24b",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/56696a9a04864d63877a3d06a6f0b24b"
|
||||
"self": "http://example.com/identity/v3/users/56696a9a04864d63877a3d06a6f0b24b"
|
||||
},
|
||||
"name": "swift"
|
||||
},
|
||||
@ -41,7 +41,7 @@
|
||||
"enabled": true,
|
||||
"id": "5acb638d15da44fc8de41b9a4bd41875",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/5acb638d15da44fc8de41b9a4bd41875"
|
||||
"self": "http://example.com/identity/v3/users/5acb638d15da44fc8de41b9a4bd41875"
|
||||
},
|
||||
"name": "alt_demo"
|
||||
},
|
||||
@ -51,7 +51,7 @@
|
||||
"enabled": true,
|
||||
"id": "7596e862b1af473c8ed6ae99d35b51e3",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/7596e862b1af473c8ed6ae99d35b51e3"
|
||||
"self": "http://example.com/identity/v3/users/7596e862b1af473c8ed6ae99d35b51e3"
|
||||
},
|
||||
"name": "demo"
|
||||
},
|
||||
@ -61,7 +61,7 @@
|
||||
"enabled": true,
|
||||
"id": "802edb2141b44e77bbde241417450749",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/802edb2141b44e77bbde241417450749"
|
||||
"self": "http://example.com/identity/v3/users/802edb2141b44e77bbde241417450749"
|
||||
},
|
||||
"name": "nova"
|
||||
},
|
||||
@ -71,7 +71,7 @@
|
||||
"enabled": true,
|
||||
"id": "9aca3883784647fe9aff3a50d922489a",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/9aca3883784647fe9aff3a50d922489a"
|
||||
"self": "http://example.com/identity/v3/users/9aca3883784647fe9aff3a50d922489a"
|
||||
},
|
||||
"name": "swiftusertest4"
|
||||
},
|
||||
@ -81,7 +81,7 @@
|
||||
"enabled": true,
|
||||
"id": "a1251b011f9345e68c2458b841152034",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/a1251b011f9345e68c2458b841152034"
|
||||
"self": "http://example.com/identity/v3/users/a1251b011f9345e68c2458b841152034"
|
||||
},
|
||||
"name": "swiftusertest3"
|
||||
},
|
||||
@ -91,7 +91,7 @@
|
||||
"enabled": true,
|
||||
"id": "a43f46eb318041f6b712143862e3ad70",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/a43f46eb318041f6b712143862e3ad70"
|
||||
"self": "http://example.com/identity/v3/users/a43f46eb318041f6b712143862e3ad70"
|
||||
},
|
||||
"name": "neutron"
|
||||
},
|
||||
@ -101,7 +101,7 @@
|
||||
"enabled": true,
|
||||
"id": "b964a9e51c0046a4a84d3f83a135a97c",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/b964a9e51c0046a4a84d3f83a135a97c"
|
||||
"self": "http://example.com/identity/v3/users/b964a9e51c0046a4a84d3f83a135a97c"
|
||||
},
|
||||
"name": "admin"
|
||||
},
|
||||
@ -111,7 +111,7 @@
|
||||
"enabled": true,
|
||||
"id": "dc87e591c0d247d5ac04e873bd8a1646",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/dc87e591c0d247d5ac04e873bd8a1646"
|
||||
"self": "http://example.com/identity/v3/users/dc87e591c0d247d5ac04e873bd8a1646"
|
||||
},
|
||||
"name": "cinder"
|
||||
},
|
||||
@ -121,7 +121,7 @@
|
||||
"enabled": true,
|
||||
"id": "ed214dc1c2c6468b926c96eca6c8aee9",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/ed214dc1c2c6468b926c96eca6c8aee9"
|
||||
"self": "http://example.com/identity/v3/users/ed214dc1c2c6468b926c96eca6c8aee9"
|
||||
},
|
||||
"name": "glance-swift"
|
||||
},
|
||||
@ -131,7 +131,7 @@
|
||||
"enabled": true,
|
||||
"id": "f4f6587b058a4f46a00242549b430d37",
|
||||
"links": {
|
||||
"self": "http://localhost:5000/v3/users/f4f6587b058a4f46a00242549b430d37"
|
||||
"self": "http://example.com/identity/v3/users/f4f6587b058a4f46a00242549b430d37"
|
||||
},
|
||||
"name": "swiftusertest2"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user