Bug 790659

Summary: Wrong error message when creating an application with existing app name.
Product: OKD Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Fotios Lindiakos <fotios>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: jkeck, 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-04-13 18:34:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Wrong error message none

Description Yujie Zhang 2012-02-15 05:35:25 UTC
Created attachment 562122 [details]
Wrong error message

Description of problem:

Wrong error message when creating an application with existing app name.

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

rhc-site-0.86.7-1.el6_2.noarch

How reproducible:always

Steps to Reproduce:
1.Go to Openshift website and login
2.Go to Express console and create a namespace
3.Create an application with name A and create another application with name A too.
  
Actual results:

Wrong error message :

"$account has already reached the application limit" 

Details see in attachment.

Expected results:

The error message should be correct.

Additional info:

Comment 1 Clayton Coleman 2012-02-15 15:13:17 UTC
Fotios do you mind taking a look at this?  Might be a change in the error code returned by the old API?

Comment 2 Yujie Zhang 2012-02-20 08:49:19 UTC
Verify this bug on devenv_1621,it is fixed now.