> @@ -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();
> The entire OpenStack extension mechanism is broken IMHO and needs to be
> redesigned.
Wow...that's a bit of a bigger PR coming up there... ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/119/files#r15538677