Bug 1124549
| Summary: | hammer: confusing error message on trying to create a product with an already existing label | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | sthirugn <sthirugn> |
| Component: | Hammer | Assignee: | Brad Buckingham <bbuckingham> |
| Status: | CLOSED ERRATA | QA Contact: | Jitendra Yejare <jyejare> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.3 | CC: | bbuckingham, jyejare |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://projects.theforeman.org/issues/11589 | ||
| Whiteboard: | Verified in Upstream | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-27 11:30:54 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
sthirugn@redhat.com
2014-07-29 18:43:41 UTC
Created redmine issue http://projects.theforeman.org/issues/11589 from this bug Katello PR: https://github.com/Katello/katello/pull/5445 Before: Validation failed: Label Product with label 'zoo' already exists in this organization. After: Validation failed: Label has already been taken for a product in this organization. Moving to POST since upstream bug http://projects.theforeman.org/issues/11589 has been closed ------------- Brad Buckingham Applied in changeset commit:katello|5778eefd922674c32947264e7f314d52385107e2. Verified in Upstream. Result: hammer> product create --organization-id=1 --name prod11 --label unique Product created hammer> product create --organization-id=1 --name prod21 --label unique Could not create the product: Validation failed: Label has already been taken for a product in this organization. Version: foreman-release-scl-1-1.el7.x86_64 foreman-1.10.0-0.develop.201509041547git84f7fc6.el7.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501 |