Actions
Bug #15457
closedThe host-collection info command is missing organization parameters
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Hammer
Target version:
Description
Without organization parameters, it's impossible to look up a host collection by name:
$ hammer organization create --name Org2 $ hammer host-collection create --name HC1 --organization-id 1 $ hammer host-collection create --name HC1 --organization-id 3 $ hammer host-collection info --name HC1 Error: found more than one host_collection
We should probably also consider requiring org params if name is supplied.
Actions