Actions
Bug #13795
openRepository Set enablement page needs to handle unsupported repo types better
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Description
On a katello instance without ostree support,
1) Import a manifest (recent one)
2) Attempt to enable ostree repository-set:
$ hammer -u admin -p changeme repository-set enable --name="Red Hat Enterprise Linux Atomic Host (Trees)" --product "Red Hat Enterprise Linux Atomic Host" --organization-id=1
Expected:
A nice error message "This is not a supported type. You need to enable ostree to use this feature. Notice OSTree is only supported on RHEL 7"
Actual:
Repository must be one of the following rpm, yum, docker.
Actions