Actions
Feature #20976
closedHammer os set-default-template subcommand is missing --provisioning-template-id
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Provisioning templates
Target version:
-
Description
After a discussion with the reporter, it was identified that the os set-default-template and delete-default-template use only the old and deprecated name of provisioning templates.
Reproducing steps:
1. run hammer os set-default-template -h and see
Usage: hammer os set-default-template [OPTIONS] Options: --config-template-id TPL ID config template id to be set --id OS ID operatingsystem id -h, --help print help
2. it should also contain --provisioning-template-id which is equivalent of --config-template-id
The delete subcommand refers to config template in help for --type, see
hammer os delete-default-template -h
Usage: hammer os delete-default-template [OPTIONS] Options: --id OS ID operatingsystem id --type TPL TYPE Type of the config template -h, --help print help
Updated by Shira Maximov almost 5 years ago
- Subject changed from Hammer os set-default-template subcommand is missing --provisioning-template-id to Hammer os set-default-template subcommand is missing --provisioning-template-id
- Status changed from New to Duplicate
The issue was resolved as part of:
https://github.com/theforeman/hammer-cli-foreman/pull/477/files
Actions