| Summary: | [userinterface_public_546]Should not prompt 'already exists' when resource metadata.name is not given | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Xingxing Xia <xxia> |
| Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | aos-bugs, mmccomas, trankin |
| 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: | 2016-09-19 13:55:45 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
Xingxing Xia
2016-04-29 09:06:08 UTC
The PR has been merged, please use the master for testing. Checked against devenv-rhel7_4087 1. oc login and create project 2. Prepare resource file with json format in local PC $ wget https://raw.githubusercontent.com/openshift/origin/master/examples/hello-openshift/hello-pod.json Then remove the "name" line under metadata from the file. 3. Login to Openshift web console, click Add to project --> From File --> Browse, select the json file and Create pod is not created, and give error message "Failed to process the resource. Resource name is missing in metadata field" For scenario described in this bug, it works well now, move to VERIFIED |