Bug 1035169

Summary: [RHEVM-CLI] rename certificate options (in sake of self explanatory)
Product: Red Hat Enterprise Virtualization Manager Reporter: Michael Pasternak <mpastern>
Component: ovirt-engine-cliAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED WONTFIX QA Contact: Shai Revivo <srevivo>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: aberezin, acathrow, bazulay, iheim, juan.hernandez, oramraz, pstehlik, Rhev-m-bugs, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 3.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-04 17:08:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Michael Pasternak 2013-11-27 08:28:05 UTC
Actual results:

  -K KEY_FILE, --key-file=KEY_FILE
                        specify client PEM key-file
  -C CERT_FILE, --cert-file=CERT_FILE
                        specify client PEM cert-file
  -A CA_FILE, --ca-file=CA_FILE
                        specify server CA cert-file

Expected results:

  -K CLIENT_KEY_FILE, --client-key-file=KEY_FILE
                        specify client PEM key-file
  -C CLIENT_CERT_FILE, --client-cert-file=CERT_FILE
                        specify client PEM cert-file
  -A SERVER_CA_FILE, --server-ca-file=CA_FILE
                        specify server CA cert-file

Comment 4 Juan Hernández 2014-02-04 17:08:25 UTC
The current options are already clear enough, and changing them would cause compatibility issues.