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
Actions