* Unexpected response
* @throws AuthorizationException The openstack's login was invalid.
*/
public AccountInfo getAccountInfo(Region region) throws IOException {
HttpHead method = new HttpHead(region.getStorageUrl());
return this.execute(method, new AccountInfoHandler());
}