Actions
Bug #32259
closedhammer activation-key/content-host product-content not working correctly
Description
https://github.com/Katello/katello/pull/9219 removed the product_content api endpoint. It redirects if the old end point is called but is not listed in the foreman-apipie bindings. This causes issues with hammer since its unable to see the api end point.
```
$ hammer activation-key product-content
Error: The server does not support such operation.
$ hammer host subscription product-content
Error: The server does not support such operation.
```
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/9265 added
Updated by Jonathon Turel almost 4 years ago
- Target version set to Katello 4.1.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases Katello 4.2.0 added
Updated by Partha Aji almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|49799266289075aa71bb5832c841373fd7d04f7b.
Actions