mirror of https://github.com/apache/jclouds.git
Fix Keystone response for testing to not include Glance version
This commit is contained in:
parent
a7fa3b9c62
commit
22a8b9d04c
|
@ -84,7 +84,7 @@ public class ParseAccessTest extends BaseItemParserTest<Access> {
|
||||||
.service(Service.builder().name("Image Management").type(IMAGE)
|
.service(Service.builder().name("Image Management").type(IMAGE)
|
||||||
.endpoint(Endpoint.builder()
|
.endpoint(Endpoint.builder()
|
||||||
.tenantId("40806637803162")
|
.tenantId("40806637803162")
|
||||||
.publicURL("https://glance.jclouds.org:9292/v1.0")
|
.publicURL("https://glance.jclouds.org:9292/")
|
||||||
.region("az-1.region-a.geo-1")
|
.region("az-1.region-a.geo-1")
|
||||||
.id("1.0").build()).build())
|
.id("1.0").build()).build())
|
||||||
.service(Service.builder().name("Compute").type(COMPUTE)
|
.service(Service.builder().name("Compute").type(COMPUTE)
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
"tenantName": "40806637803162",
|
"tenantName": "40806637803162",
|
||||||
"publicURL": "https://glance.jclouds.org:9292/v1.0",
|
"publicURL": "https://glance.jclouds.org:9292/",
|
||||||
"region": "az-1.region-a.geo-1",
|
"region": "az-1.region-a.geo-1",
|
||||||
"id": "1.0"
|
"id": "1.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue