Bug #12116
open`hammer compute-resource create -h` do not mention Docker
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1190790
Description of problem:
`hammer compute-resource create -h` do not mention Docker. E.g. help text for "--url" says "URL for Libvirt, RHEV, and Openstack". Also in webUI when creating Docker compute resource I see fields "Username", "Password" (I do not know what are these for, but `hammer compute-resource create -h` do not mention Docker in the help text) and "Email" (again, I do not see what is this for, but in hammer I do not see a way how to supply this).
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-7-20150205.0-Satellite-x86_64
How reproducible:
always
Steps to Reproduce:
1. # hammer compute-resource create -h | grep -i Docker
- hammer -u admin -p changeme compute-resource create -h
Usage:
hammer compute-resource create [OPTIONS]
Options:
--description DESCRIPTION
--location-ids LOCATION_IDS REPLACE locations with given ids
Comma separated list of values.
--locations LOCATION_NAMES Comma separated list of values.
--name NAME
--organization-ids ORGANIZATION_IDS REPLACE organizations with given ids.
Comma separated list of values.
--organizations ORGANIZATION_NAMES Comma separated list of values.
--password PASSWORD Password for RHEV, EC2, Vmware, Openstack. Secret key for EC2
--provider PROVIDER Providers include
--region REGION for EC2 only
--server SERVER for Vmware
--set-console-password SET_CONSOLE_PASSWORD for Libvirt and Vmware only
One of true/false, yes/no, 1/0.
--tenant TENANT for Openstack only
--url URL URL for Libvirt, RHEV, and Openstack
--user USER Username for RHEV, EC2, Vmware, Openstack. Access Key for EC2.
--uuid UUID for RHEV, Vmware Datacenter
-h, --help print help
Expected results:
I would expect Docker is mentioned at least in description of "--url" option. If it makes sense, should be there for "--user" and "--password" and maybe "--email" should be added.