> @@ -46,6 +47,12 @@ public void handleError(HttpCommand command, HttpResponse 
> response) {
>        message = message != null ? message : String.format("%s -> %s", 
> command.getCurrentRequest().getRequestLine(),
>                 response.getStatusLine());
>        switch (response.getStatusCode()) {
> +         // This is exclusively to not throw exceptions on Glance version 
> negotiation

[minor] Simply something like "// do not throw exceptions during Glance version 
negotiation"?

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

Reply via email to