#22 Add C3I-as-a-Service job c3iaas-cleanup-projects to clean up expired projects
Merged by rayson. Opened by rayson.
rayson/c3i-library c3iaas-cleanup-projects  into  master

The job runs periodically to clean up expired projects created by c3iaas-request-project.
In the long term if would be better to use OpenShift API list/watch mechanism to handle this, but for now let's just keep it simple by using cronjob and polling.

@csomh PTAL. Thanks

Looks good @rayson :thumbsup:

Pull-Request has been merged by rayson