Quantum renamed to Neutron

This commit is contained in:
Everett Toews 2013-07-09 17:41:49 -07:00
parent 833f046a5c
commit da211e257a
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ public class ParseAccessTest extends BaseItemParserTest<Access> {
.versionId("1.1")
.versionInfo("https://az-3.region-a.geo-1.compute.hpcloudsvc.com/v1.1/")
.versionList("https://az-3.region-a.geo-1.compute.hpcloudsvc.com").build()).build())
.service(Service.builder().name("Quantum Service").type(NETWORK)
.service(Service.builder().name("Neutron Service").type(NETWORK)
.endpoint(Endpoint.builder()
.tenantId("3456")
.publicURL("https://csnode.jclouds.org:9696/v1.0/tenants/3456")

View File

@ -112,7 +112,7 @@
},
{
"type": "network",
"name": "Quantum Service",
"name": "Neutron Service",
"endpoints": [
{
"tenantId": "3456",
@ -177,4 +177,4 @@
}
]
}
}
}