> @@ -610,7 +610,7 @@ public void testRemoveRouterInterfaceForPortFail() throws 
> IOException, Interrupt
>  
>        try {
>           NeutronApi neutronApi = api(server.getUrl("/").toString(), 
> "openstack-neutron", overrides);
> -         RouterApi api = 
> neutronApi.getRouterExtensionForZone("RegionOne").get();
> +         RouterApi api = neutronApi.getRouterExtensionApi("RegionOne").get();

> It seems it's mostly a global rename for consistency?

If @jdaggett was just talking about the _naming_ being broken, then yes...I was 
assuming he was referring to more fundamental problems/changes with his 
comment... ;-)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/119/files#r15602446

Reply via email to