Bug 1380043

Summary: When adding a mysql database to a project, we need to validate the user does not name the initial db 'mysql'
Product: OpenShift Container Platform Reporter: Grant Shipley <gshipley>
Component: RFEAssignee: Ben Parees <bparees>
Status: CLOSED CANTFIX QA Contact: Johnny Liu <jialiu>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.3.1CC: aos-bugs, bparees, jokerman, mmccomas, sspeiche
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-18 19:41:18 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:

Description Grant Shipley 2016-09-28 14:59:11 UTC
Description of problem:
When adding a mysql database to a project, if you name the database mysql, the deployment fails.  This is because the 'mysql' term is reserved. We should check for this error on the web console and not let users do this.  

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

How reproducible:
every time

Steps to Reproduce:
1. Click add to project
2. Select mysql 
3. name the database mysql
4. deploy fails with no error message

Actual results:
deploy fails

Expected results:
A popup in the web console should alert me that I am trying to name my initial database 'mysql' and alert me that it is a reserved db in mysql.

Additional info: