mirror of https://github.com/apache/jclouds.git
openstack-nova: adding comment about region support
This commit is contained in:
parent
cc76f96553
commit
b290a2e7c9
|
@ -41,6 +41,7 @@ import java.util.Set;
|
|||
@Singleton
|
||||
public class LoadFloatingIpsForInstance extends CacheLoader<RegionAndName, Iterable<String>> {
|
||||
private final NovaClient client;
|
||||
// TODO this is unlikely to be required once region support is improved
|
||||
private final Iterable<String> regions;
|
||||
|
||||
@Inject
|
||||
|
|
Loading…
Reference in New Issue