Bug 1241869
| Summary: | Typo in option name OVESETUP_WSP_RPMDISRO_PACKAGES | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | David Caro <dcaroest> |
| Component: | Setup.Engine | Assignee: | Lev Veyde <lveyde> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.6.0 | CC: | bugs, eedri, gklein, jbelka, lsurette, lveyde, rbalakri, sbonazzo, srevivo, ykaul |
| Target Milestone: | ovirt-4.0.0-rc3 | Flags: | rule-engine:
ovirt-4.0.0+
rule-engine: planning_ack+ sbonazzo: devel_ack+ rule-engine: testing_ack+ |
| Target Release: | 4.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-05 07:53:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David Caro
2015-07-10 09:40:21 UTC
Targeting to 4.0 avoiding to brake answer file compatibility with 3.5. Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. (In reply to David Caro from comment #0) > Description of problem: > The option name has a typo > > Version-Release number of selected component (if applicable): > 3.6 > > How reproducible: > > > Steps to Reproduce: > 1. > 2. > 3. > > Actual results: > OVESETUP_WSP_RPMDISRO_PACKAGES > > Expected results: > OVESETUP_WSP_RPMDITSRO_PACKAGES > > Additional info: Fixing typo in both OVESETUP_WSP_RPMDISTRO_PACKAGES and OVESETUP_WSP_RPMDISTRO_PACKAGES_SETUP. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. oVirt 4.0 beta has been released, moving to RC milestone. oVirt 4.0 beta has been released, moving to RC milestone. Both fixes are merged, I wonder why this bug is not in MODIFIED state. ok, ovirt-engine-setup-plugin-websocket-proxy-4.0.0.6-0.1.el7ev.noarch
[root@jb-rhevm40 ~]# grep RPM /usr/share/ovirt-engine/setup/ovirt_engine_setup/websocket_proxy/constants.py
class RPMDistroEnv(object):
PACKAGES = 'OVESETUP_WSP_RPMDISTRO_PACKAGES'
PACKAGES_SETUP = 'OVESETUP_WSP_RPMDISTRO_PACKAGES_SETUP'
[root@jb-rhevm40 ~]# rpm -qa ovirt-engine-setup-plugin-websocket-proxy
ovirt-engine-setup-plugin-websocket-proxy-4.0.0.6-0.1.el7ev.noarch
oVirt 4.0.0 has been released, closing current release. |