Bug 1011335

Summary: [fork]Met incorrect error message when create invalid domain via website
Product: OpenShift Online Reporter: Tian Feng <tfeng>
Component: Management ConsoleAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: jliggitt, xtian, yujzhang
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: 2013-10-17 13:30:53 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:

Description Tian Feng 2013-09-24 06:28:53 UTC
Description of problem:
On app/console/setting page, create invalid domain like null, " ", "@@@", "QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ", or existing domain. It would return "We appear to be having technical difficulties".
On app/domains page, click the button for creating domains, it returns "We appear to be having technical difficulties".
But using an account with valid domain and try to change it with invalid domain, it would return correct error message.

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

How reproducible:
Always

Steps to Reproduce:
1. go to web console and sign in
2. go to /app/console/settings and try to create invalid domain name
3. go to /app/domains and try to create invalid domain name

Actual results:
It would return "We appear to be having technical difficulties" error message.

Expected results:
It would return correct error message.

Additional info:

Comment 1 Jordan Liggitt 2013-09-24 20:01:41 UTC
Fixed in https://github.com/openshift/li/pull/1903

Comment 2 Yujie Zhang 2013-09-26 05:30:06 UTC
Tested on fork_ami_origin_ui_72_membership_863, the error message is correct when creating invalid domain , so verify this bug, thanks.