Fix Keystone response for testing to not include Glance version

This commit is contained in:
Jasdeep Hundal 2014-03-17 15:37:33 -07:00 committed by Ignasi Barrera
parent a7fa3b9c62
commit 22a8b9d04c
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public class ParseAccessTest extends BaseItemParserTest<Access> {
.service(Service.builder().name("Image Management").type(IMAGE)
.endpoint(Endpoint.builder()
.tenantId("40806637803162")
.publicURL("https://glance.jclouds.org:9292/v1.0")
.publicURL("https://glance.jclouds.org:9292/")
.region("az-1.region-a.geo-1")
.id("1.0").build()).build())
.service(Service.builder().name("Compute").type(COMPUTE)

View File

@ -71,7 +71,7 @@
"endpoints": [
{
"tenantName": "40806637803162",
"publicURL": "https://glance.jclouds.org:9292/v1.0",
"publicURL": "https://glance.jclouds.org:9292/",
"region": "az-1.region-a.geo-1",
"id": "1.0"
}