kiranchavala commented on PR #7832: URL: https://github.com/apache/cloudstack/pull/7832#issuecomment-1672744300
> @winterhazel can you describe what the issue is ? > > I tested 4.18.0.0 without this change. all look good > > * reserved a IP (IP is Reserved), resource count increases by 1 > > * release the IP (IP is Free), resource count decreases by 1 > > * reserved a IP again (IP is Reserved), resource count increases by 1 > > * associate the IP (IP is Allocated), resource count does not change > > * release the IP (IP is Free), resource count decreases by 1 @weizhouapache I am able to reproduce the issue by following these steps Before the fix 1. Create a domain 2. Create an account with user role in the domain 3. Go to the account and set a resource limit  4. Login as the account user 5. Create a isolated network 6. Acquire public ip address 7. Able to acquire the public ip address  =============== After the fix, it's honoring the resource limits  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
