Bug #4323
closedKatello: Adding a new repository after issuing "katello create repo --org=XXX --product=XXX --name=XXX" adding further repos fail with 400 Bad Request.
Description
Added a repo using (Note that name and product are the same)
katello create repo --org=XXX --product=XXX --name=XXX
Adding further repos fail with "400 Bad Request"
Removal of the repo XXX allows further repos to be added normally
Using the following works fine
katello create repo --org=XXX --product=XXX --name=XXX-yyy
Updated by Eric Helms almost 11 years ago
- Status changed from New to Closed
Testing with latest Katello CLI this does not appear to be an issue. Please re-open if you are still seeing it.
Updated by Partha Aji almost 11 years ago
Looks like fixed. Closing.
$ hammer repository create --product=foo --name=spoo --organization-id=1 --content-type=yum
Repository created
$ hammer repository list --organization-id=1
---|------|---------|-------------
ID | NAME | PRODUCT | CONTENT TYPE
---|------|---------|-------------
2 | spoo | foo | yum
---|------|---------|-------------