| Summary: | [ovirt-engine-iso-uploader] engine-ca -> cert-file option switch, support old option name | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> | |
| Component: | ovirt-engine-iso-uploader | Assignee: | Sandro Bonazzola <sbonazzo> | |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Belka <jbelka> | |
| Severity: | high | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 3.3.0 | CC: | acathrow, adahms, iheim, knesenko, kroberts, lyarwood, oschreib, Rhev-m-bugs, scohen, srevivo, yeylon | |
| Target Milestone: | --- | Keywords: | ZStream | |
| Target Release: | 3.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | integration | |||
| Fixed In Version: | ovirt-3.4.0-beta1 | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, the parameter for specifcing the path and file name of the engine certificate to be used by the engine-iso-uploader command was '--engine-ca'. Now, this argument has been changed to '--cert-file'. This update provides backwards compatibility to update the old parameter to the new parameter in environments upgraded from Red Hat Enterprise Virtualization 3.1.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1046303 1046309 1055496 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-09 14:16:01 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1055496, 1078909, 1142926 | |||
(In reply to Jiri Belka from comment #0) > Actual results: > --engine-ca option is invalid > > Expected results: > support old option name > > Additional info: > what a benefit of renaming :) Renaming was introduced for fixing bug #894688. We can't keep --engine-ca on command line due to that bug but we should avoid to exit with error if the engine_ca key is used in the configuration file. merged on upstream mater branch for 3.4.0 rebase. ok, ovirt-iso-uploader-3.4.0-0.1.beta1.el6.noarch $ egrep "engine-ca|rhevm" /tmp/etc/ovirt-engine/isouploader.conf rhevm=10.34.63.78:443 engine-ca=/home/jbelka/ca.crt [jbelka@foobar ~]$ rpm -q ovirt-iso-uploader $ sudo engine-iso-uploader --conf-file=/tmp/etc/ovirt-engine/isouploader.conf -v list DEBUG: API Vendor(ovirt.org) API Version(3.4.0) DEBUG: Found a DC named(Default) ISO Storage Domain Name | Datacenter | ISO Domain Status ISO | Default | active Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0666.html |
Description of problem: between 3.1 and 3.2 there was renaming of option which defines path to certificate of engine. --engine-ca -> --cert-file Annoying renaming, one has to define new optiname name on cmd line. -%- # rhevm-iso-uploader --engine-ca=rhevm.cer -v list DEBUG: API Vendor(Red Hat) API Version(3.3.0) DEBUG: Found a DC named(Default) ISO Storage Domain Name | Datacenter | ISO Domain Status str01-iso-shared | Default | active -%- After upgrade... -%- # rhevm-iso-uploader --engine-ca=rhevm.cer -v list Usage: rhevm-iso-uploader [options] list rhevm-iso-uploader [options] upload FILE [FILE]...[FILE] rhevm-iso-uploader: error: no such option: --engine-ca # rhevm-iso-uploader --cert-file=rhevm.cer -v list DEBUG: API Vendor(Red Hat) API Version(3.3.0) DEBUG: Found a DC named(Default) ISO Storage Domain Name | Datacenter | ISO Domain Status str01-iso-shared | Default | active -%- Version-Release number of selected component (if applicable): is24 How reproducible: 100% Steps to Reproduce: 1. have 3.1 app 2. upgrade to latest 3.2 or 3.3 3. Actual results: --engine-ca option is invalid Expected results: support old option name Additional info: what a benefit of renaming :)