Actions
Refactor #23973
openChange Compute Resource help for create to look like host creat
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources
Target version:
-
Description
In host create command anything related to the compute resource is under the relevant provider:
Provider specific options: EC2: --compute-attributes: flavor_id image_id availability_zone security_group_ids managed_ip
In compute resource create command the help shows everything and the description explains which provider it belongs to:
--caching-enabled CACHING_ENABLED Enable caching, for VMware only
It would be nice if this was consistent and compute resource could show clearly what belongs to each provider.
Actions