mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8711: public_ip type resource count for an account is not decremented upon IP range deletionProblem: -------------------------- When you add an IP range and associate it to an account then resource count of public_ip will be updated to the range length. After some time try to delete this range and the resource count of public_up for this account is not descremented and is causing account not to add any more public IPs to it once it reaches the resource limit. RCA: ---------------- We were not decrement the count while deleting the IP range that was associated to an account. Fix: ------------- Up on deletion we are decrementing the resource count for public_up now. * pr/662: Bug-Id: CS-27335: public_ip type resource count for an account is not decremented upon IP range deletion Signed-off-by: Remi Bergsma <github@remi.nl> |
||
|---|---|---|
| .. | ||
| conf | ||
| resources | ||
| scripts | ||
| src | ||
| test | ||
| pom.xml | ||