openstack-nova: adding comment about region support

This commit is contained in:
Adam Lowe 2012-03-16 18:17:56 +00:00 committed by Adrian Cole
parent cc76f96553
commit b290a2e7c9
1 changed files with 1 additions and 0 deletions

View File

@ -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