Actions
Bug #9209
closedRepo create on renamed capsule ISEs
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman Proxy Content
Target version:
Description
1) Install Katello
2) Rename default capsule to anything else
3) Go to repo create and try creating a new repo
Actual
Action not allowed for the default capsule. (RuntimeError)
/projects/katello/app/lib/actions/katello/capsule_content/add_repository.rb:20:in `plan'
Basically we identify the default capsule by using the host name and comparing it to satellite's host. A better approach is to check for Pulp feature to do the same,
Actions