Merge "Update Identity endpoint in v2 samples"
This commit is contained in:
commit
d88cf20765
@ -141,11 +141,11 @@
|
|||||||
{
|
{
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
"adminURL": "http://23.253.72.207:35357/v2.0",
|
"adminURL": "http://example.com/identity_v2_admin",
|
||||||
"region": "RegionOne",
|
"region": "RegionOne",
|
||||||
"internalURL": "http://23.253.72.207:5000/v2.0",
|
"internalURL": "http://example.com/identity",
|
||||||
"id": "26af053673df4ef3a2340c4239e21ea2",
|
"id": "26af053673df4ef3a2340c4239e21ea2",
|
||||||
"publicURL": "http://23.253.72.207:5000/v2.0"
|
"publicURL": "http://example.com/identity"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"endpoints_links": [],
|
"endpoints_links": [],
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"id": "v2.0",
|
"id": "v2.0",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"href": "http://localhost:5000/v2.0/",
|
"href": "http://example.com/identity/v2.0/",
|
||||||
"rel": "self"
|
"rel": "self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"id": "v3.4",
|
"id": "v3.4",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"href": "http://localhost:35357/v3/",
|
"href": "http://example.com/identity/v3/",
|
||||||
"rel": "self"
|
"rel": "self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"id": "v2.0",
|
"id": "v2.0",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"href": "http://localhost:35357/v2.0/",
|
"href": "http://example.com/identity/v2.0/",
|
||||||
"rel": "self"
|
"rel": "self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -141,11 +141,11 @@
|
|||||||
{
|
{
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
"adminURL": "http://23.253.72.207:35357/v2.0",
|
"adminURL": "http://example.com/identity_v2_admin",
|
||||||
"region": "RegionOne",
|
"region": "RegionOne",
|
||||||
"internalURL": "http://23.253.72.207:5000/v2.0",
|
"internalURL": "http://example.com/identity",
|
||||||
"id": "26af053673df4ef3a2340c4239e21ea2",
|
"id": "26af053673df4ef3a2340c4239e21ea2",
|
||||||
"publicURL": "http://23.253.72.207:5000/v2.0"
|
"publicURL": "http://example.com/identity"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"endpoints_links": [],
|
"endpoints_links": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user