Actions
Bug #34889
closedhammer host-collection update inconsistent with create
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Hammer host collection create uses --unlimited-hosts as a flag while update wants it to be an option.
[root@xxx ~]# hammer host-collection create --name="Test2" --organization-id=1 --unlimited-hosts Host collection created.
vs
[root@xxx ~]# hammer host-collection update --name="Test3" --organization-id=1 --unlimited-hosts=1
hammer host-collection update should require a flag for unlimited-hosts
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/hammer-cli-katello/pull/846 added
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/Katello/katello/pull/10100 added
Updated by Ian Ballou over 2 years ago
- Target version set to Katello 4.6.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Partha Aji over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|ee7e0d167f2354d7a529e9ff9ac8eb7843d08b54.
Actions