Bug 876894

Summary: Wrong content of quick start information on create template page.
Product: OKD Reporter: Yujie Zhang <yujzhang>
Component: PodAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-19 19:26:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
wrong content of quick start information none

Description Yujie Zhang 2012-11-15 09:01:11 UTC
Created attachment 645505 [details]
wrong content of quick start information

Description of problem:

When I tried to create cakephp, I clicked the "cakephp" on create app page, then I was token to a page which lead me to create "wordpress".This issue exists on all the quick start, and the wrong content is random, some times it's "wordpress" and some times it is "capedwarf",and so on.

Version-Release number of selected component (if applicable):
INT(devenv_2474)

How reproducible:always


Steps to Reproduce:
1.Go to create app page
2.Click one quick start like "cakephp"
3.Check the content of the page
  
Actual results:


Expected results:


Additional info:

Comment 1 Clayton Coleman 2012-11-15 18:51:59 UTC
Bad cache rules, was caching only a single lookup.  Fixed in https://github.com/openshift/origin-server/pull/919

Comment 2 Yujie Zhang 2012-11-16 05:59:31 UTC
(In reply to comment #1)
Tested on devenv_2485, did not meet this issue any more, thanks.