This will simplify life of everybody!=)
According to what said Joe I have small suggestion.
Keystone can have next method in API:
get_all_deleted_users<tenants>_since_x()
So code in nova(any other project) should look like:
keystone_janitor = janitor.Janitor(
get_last_cleanup_timestampt=nova.get_timestampt_of_last_cleanup,
update_last_update_timestampt=nova.update_timestampt_of_last_cleanup,
tenant_cleanup=nova.tenant_cleanup
users_cleanup=nova.users_cleanup
)
keystone_janitor.spawn()
​Best regards,
Boris Pavlovic
_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators