> @@ -62,7 +62,7 @@ protected void configure() {
> @Provides
> @Singleton
> public Multimap<URI, URI> aliases() {
> - return ImmutableMultimap.<URI, URI>builder()
> + return customAliases(ImmutableMultimap.<URI, URI>builder()Good approach. It works for both the HP and rackspace providers. Thanks @nacx ! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/711/files#r26971823
