Bug #15429
New hammer host-collection hosts command does not expose any options
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1317677
Description of problem:
I noticed that the command hammer host-collection hosts does not expose any options:
hammer> host-collection hosts -h
Usage:
host-collection hosts [OPTIONS]
Options:
-h, --help print help
Furthermore, running the command itself fails:
hammer> host-collection hosts
Error: The server does not support such operation.
Version-Release number of selected component (if applicable):
- Satellite 6.2.0 SNAP 3.1
How reproducible:
Steps to Reproduce:
1. Use the command host-collection hosts
2.
3.
Actual results:
Expected results:
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/410 added
#2
Updated by Walden Raines over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-katello|8a8057e2ac41a5bb18a528f003aac440792f2306.
#3
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 162
Fixes #15429: use host API for host collection hosts. (#410)
The host collection hosts command was pointing at an API that had been
removed. This change brings the command in line with the API.
http://projects.theforeman.org/issues/15429