Problem/Motivation
- When a tenant is deleted, clean up all OpenStack resources. This includes all OpenStack Instances, Networks, Volumes...etc... as well as OpenStack project, roles and users.
Issue fork facade-3352245
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, please review this patch. This is the cleanup code that will run during tenant deletion. It cleans up all of a user's resources, and then deletes the actual project, role and user.
I also added a "shared" field to the projects to identify a project that is shared from another user. Shared projects do not get deleted.
Comment #4
yas@baldwinlouie
Thank you for the patch. I posted my minor comment. Thanks
Comment #5
baldwinlouie commented@yas, I don't see your comments. Can you please post it again?
Comment #6
yas@baldwinlouie
Sorry, I haven't checked out my comment. Can you check it? Thanks
Comment #7
baldwinlouie commented@yas, please review this patch.
Comment #8
yas@baldwinlouie
Thank you for the update. It looks good to me now. I'll merge the patch to
1.0.x-dev, and close this issue as Fixed.Comment #9
yasComment #11
yas