Bug 744191
Summary: | Reject on removing "Red Hat" provider | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Garik Khachikyan <gkhachik> |
Component: | katello-agent | Assignee: | Ivan Necas <inecas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Garik Khachikyan <gkhachik> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.0.1 | CC: | inecas, mkoci |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-22 18:00:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 747354 |
Description
Garik Khachikyan
2011-10-07 11:58:27 UTC
Fixed in commit 4312a6fdfc5e67ddf91841ca29a2c922432afb1a and 8288e18607eeced9444ff8a45f33acd42c2265fb Cli now allows only updating the url for the Red Hat provider, no deletion. # VERIFIED Now the proper message "Error while deleting provider [ Red Hat ]: Red Hat provider can not be deleted," appears on execution of: --- provider delete --name "Red Hat" --org org1 update of name is impossible with: --- katello> provider update --org org1 --name "Red Hat" --new_name test Validation failed: the following attributes can not be updated for the Red Hat provider: [ name ] and only the update of url is allowed there. getting rid of 6.0.0 version since that doesn't exist |