Merge "Update Identity endpoint in v2 samples"

This commit is contained in:
Jenkins 2016-07-18 05:25:53 +00:00 committed by Gerrit Code Review
commit d88cf20765
4 changed files with 9 additions and 9 deletions

View File

@ -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": [],

View File

@ -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"
}, },
{ {

View File

@ -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"
}, },
{ {

View File

@ -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": [],