mirror of https://github.com/apache/jclouds.git
openstack-nova: invalidating group key from cache
This commit is contained in:
parent
89cb8ec161
commit
9d4e58f9f3
|
@ -157,6 +157,7 @@ public class NovaComputeService extends BaseComputeService {
|
|||
logger.debug("<< deleted keypair(%s)", zoneAndName);
|
||||
}
|
||||
}
|
||||
keyPairCache.invalidate(ZoneAndName.fromZoneAndName(zoneId, "jclouds#" + group));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue