Description of problem:
cluster-id option is missing in auto-completion, when you create new template
Version-Release number of selected component (if applicable):
av9.5
How reproducible:
Always
Steps to Reproduce:
1. Enter to rhevm-shell
2. Run command add template, click TAB, shell will show you auto-complete options
3.
Actual results:
No cluster-id
Expected results:
cluster-id must exist
Additional info:
This happens because the cluster name and identifier aren't documented as optional parameters of the operation that adds a template. The RSDL metadata file rdsl_metadata.yaml file needs to be fixed. Once this is fixed the Python SDK needs to be regenerated. Once the Python SDK is regenerated the CLI will automatically support the option, no need to modify it.