Actions
Bug #3630
closedAssociate resources by name
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Foreman commands (obsolete)
Target version:
-
Difficulty:
Triaged:
Bugzilla link:
Team Backlog:
Description
Currently the resources can be associated only by id. API already supports association by name directly so it should be no problem to add it to the cli.
Eg. current:
$ hammer domain create --dns-id DNS_ID
Should also offer:
$ hammer domain create --dns DNS_NAME
Similarly:
$ hammer os create --config-template-ids ID1,ID2 ...
vs
$ hammer os create --config-templates NAME1,NAME2 ...
etc.
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #3102: Display names for associated resources instead of ids added
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/165 added
Updated by Christine Fouant over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-foreman|0bd5de84fb968365fac5a305071c1c5e5fecac41.
Updated by Christine Fouant over 9 years ago
- Copied to Bug #9468: Associate config-template-ids by name added
Actions