Bug #34889
hammer 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
Associated revisions
History
#1
Updated by Partha Aji 11 months ago
- Bugzilla link set to 2082241
#2
Updated by The Foreman Bot 11 months ago
- Assignee set to Partha Aji
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/846 added
#3
Updated by The Foreman Bot 11 months ago
- Pull request https://github.com/Katello/katello/pull/10100 added
#4
Updated by Ian Ballou 11 months ago
- Triaged changed from No to Yes
- Target version set to Katello 4.6.0
#5
Updated by The Foreman Bot 11 months ago
- Fixed in Releases Katello 4.5.0 added
#6
Updated by Partha Aji 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|ee7e0d167f2354d7a529e9ff9ac8eb7843d08b54.
Refs #34889 - Makes host collection update --unlimited-hosts a flag (#846)