openstack-nova: invalidating group key from cache

This commit is contained in:
Adam Lowe 2012-03-21 17:33:44 +00:00
parent 89cb8ec161
commit 9d4e58f9f3
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ public class NovaComputeService extends BaseComputeService {
logger.debug("<< deleted keypair(%s)", zoneAndName);
}
}
keyPairCache.invalidate(ZoneAndName.fromZoneAndName(zoneId, "jclouds#" + group));
}
}
}