Once you deleted a user in 'ROOT admin' role account, the projects can't be listed using UI/API. The deleted user was added to one of the projects.
STEPS TO REPRODUCE
1. Add a user to the 'ROOT admin' Account.
2. Create a project as another account/user in the same domain.
3. Add the user from step 1 to this project as Project Admin.
4. As an 'admin' user delete the above user.
EXPECTED RESULTS
Deleting a user shouldn't break project access.
ACTUAL RESULTS
Deleting a user breaks projects access.
Undo the user deletion. ( May not be safe for production)
Workaround example: update user set state='disabled',removed=NULL where id=<id>;
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Projects
SUMMARY
Once you deleted a user in 'ROOT admin' role account, the projects can't be listed using UI/API. The deleted user was added to one of the projects.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
Undo the user deletion. ( May not be safe for production) Workaround example:
update user set state='disabled',removed=NULL where id=<id>;