>
> .service(Service.builder().name("reddwarf").type(DATABASE_SERVICE)
> .endpoint(Endpoint.builder()
> -
> .publicURL("http://172.16.0.1:8776/v1/3456")
> - .tenantId("123123")
> -
> .region("RegionOne").build()).build())
> + .publicURL("http://172.16.0.1:8776/v1/3456")
> + .tenantId("123123")
> + .region("RegionOne").build()).build())
Ya. The formatting was a mess. Still is. Formatting improved in proposed commit
https://github.com/rackspace/jclouds/commit/cec5d4d57369d756ec7bea5a59e73f0ed3c51b79
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/176/files#r6946063