> @@ -66,8 +66,8 @@ public void testCreateFloatingIP() throws IOException, > InterruptedException, URI > */ > assertEquals(server.getRequestCount(), 3); > assertAuthentication(server); > - assertExtensions(server, "/v2.0"); > - assertRequest(server.takeRequest(), "POST", "/v2.0/floatingips", > "/floatingip_create_request.json"); > + assertExtensions(server, uri_api_version + "");
I put that in and I have to say, thinking back, it is really weird. Haha! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20200772
