> for (String regionId : regions) {
> - CDNApi cdnApi = api.cdnApiInRegion(regionId);
> + assertNotNull(api.cdnApiInRegion(regionId).enable(name));Ah, I was looking at the wrong API ;-) So `enable` returns a **Uri**, eh? Not exactly intuitive? Is this what the underlying API returns, too? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/85/files#r11227541
