Srimanth Gunturi created AMBARI-7840:
----------------------------------------
Summary: Slider View: App names should only contain small caps and
numbers
Key: AMBARI-7840
URL: https://issues.apache.org/jira/browse/AMBARI-7840
Project: Ambari
Issue Type: Bug
Components: contrib
Affects Versions: 1.7.0
Reporter: Srimanth Gunturi
Assignee: Srimanth Gunturi
Fix For: 1.7.0
When creating a slider app with caps, the following is encountered.
Response:
{noformat}
{
"status": 500,
"message": "Illegal cluster name: NAME"
}
{noformat}
Slider view should use the same name pattern validation as slider, which is
{{"[a-z][a-z0-9_-]*"}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)