From b13b19b21c5119a76f08cabe784f5a3f1d64b589 Mon Sep 17 00:00:00 2001 From: Yogeshwar Srikrishnan Date: Wed, 12 Oct 2011 11:07:12 -0500 Subject: Changes to show admin URL also as a part of json in endpoints listing Change-Id: I0c0ca88b28db21c4ad3b3f20df3be44f9e697d95 --- keystone/content/common/samples/endpoint.json | 1 + keystone/content/common/samples/endpoints.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/keystone/content/common/samples/endpoint.json b/keystone/content/common/samples/endpoint.json index e65fc36b..06c85bfc 100644 --- a/keystone/content/common/samples/endpoint.json +++ b/keystone/content/common/samples/endpoint.json @@ -6,6 +6,7 @@ "type": "compute", "publicURL": "https://compute.north.public.com/v1", "internalURL": "https://compute.north.internal.com/v1", + "adminURL" : "https://compute.north.internal.com/v1", "versionId": "1", "versionInfo": "https://compute.north.public.com/v1/", "versionList": "https://compute.north.public.com/" diff --git a/keystone/content/common/samples/endpoints.json b/keystone/content/common/samples/endpoints.json index 0ff86a63..e84a7b3b 100644 --- a/keystone/content/common/samples/endpoints.json +++ b/keystone/content/common/samples/endpoints.json @@ -6,6 +6,7 @@ "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", + "adminURL" : "https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" @@ -17,6 +18,7 @@ "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", + "adminURL" : "https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" @@ -28,6 +30,7 @@ "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", + "adminURL" : "https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" @@ -39,6 +42,7 @@ "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", + "adminURL" : "https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" @@ -50,6 +54,7 @@ "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", + "adminURL" : "https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" -- cgit