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
|
@Singleton
|
||||||
public class LoadFloatingIpsForInstance extends CacheLoader<RegionAndName, Iterable<String>> {
|
public class LoadFloatingIpsForInstance extends CacheLoader<RegionAndName, Iterable<String>> {
|
||||||
private final NovaClient client;
|
private final NovaClient client;
|
||||||
|
// TODO this is unlikely to be required once region support is improved
|
||||||
private final Iterable<String> regions;
|
private final Iterable<String> regions;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
|
Loading…
Reference in New Issue