UPDATE 5/5/12: I used OpenShift to host my semester project for a grad school class I'm taking. It's available (for now, probably not forever) at http://tornado-ryancutter.rhcloud.com/. The app attempts to process large amounts of Google+ content and rank attached links intelligently.
The only issue I had with OpenShift was a lack of support for python multiprocessing. The issue is documented here. When I discovered the problem, I hopped on IRC and was able to immediately talk to an OpenShift rep (on a Saturday, no less). Talk about customer service! Hopefully it'll be fixed one day. I was able to use python threading to do what I needed to do but I can see how this would be a showstopper for some people.
Overall, very impressed with OpenShift.