Created attachment 696496 [details] Screenshot of the no application message Description of problem: There are no applications visible to a new user on the website under the "Create Application" tab, and a message saying "There are no applications available to install." Version-Release number of selected component (if applicable): devenv_2802 (ami-be9001d7) How reproducible: Random Not always reproducible - after immediately trying a second time with a new user, applications were displayed correctly. Steps to Reproduce: 1. Log in to the Openshift site as a new user 2. Click on the "Create Application" tab Actual results: Greeted with a message saying "There are no applications available to install." See the attached screenshot. Expected results: View a list of available applications
With the same AMI-ID. Maybe this could be related to this bug: The output from RHC client when creating PHP app: rhc app create --insecure --timeout 120 -a ifu8y8w8pk -t php-5.3 ------------------- Namespace: mz8ca11b6a18 Cartridges: php-5.3 Gear Size: default Scaling: no Creating application 'ifu8y8w8pk' ... Each application must contain one web cartridge. None of the specified cartridges php-5.3 is a web cartridge. Please include one of the following cartridges: .
To comment #1, -t isn't a valid argument any more. It's -c This seems likely to be related to the production upgrade today. The cartridge cache may have been poisoned by the update, so you were seeing inconsistent results. Let me know if you can still reproduce this.
Can't reproduce anymore - going to list this as being related to the production upgrade.
can't reproduce with devenv_2815