Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1426064

Summary: ImageProxyAddress ConfigValue is being reset to default on upgrade from 3.6
Product: [oVirt] ovirt-engine Reporter: Daniel Erez <derez>
Component: Backend.CoreAssignee: Daniel Erez <derez>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Belka <jbelka>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.0.6.3CC: abpatil, bugs, cshao, lveyde, pstehlik, tnisan, ycui, ylavi
Target Milestone: ovirt-4.1.2Flags: rule-engine: ovirt-4.1+
Target Release: 4.1.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1427037 (view as bug list) Environment:
Last Closed: 2017-05-23 08:22:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Storage RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1427037    

Description Daniel Erez 2017-02-23 07:13:09 UTC
Description of problem:
ImageProxyURL ConfigValue has been renamed to ImageProxyAddress in 4.0.
However, the value of ImageProxyAddress is being reset to default ('localhost:54323') instead of preserving the old value (from ImageProxyURL).

Version-Release number of selected component (if applicable):
4.0

How reproducible:
100%

Steps to Reproduce:
1. upgrade from version 3.6

Actual results:
ImageProxyAddress value is 'localhost:54323'

Expected results:
ImageProxyAddress value should be similar to ImageProxyURL value from 3.6

Comment 1 Jiri Belka 2017-05-09 08:22:03 UTC
ok,

engine=# select * from vdc_options where option_name ilike '%imageproxy%';
 option_id |     option_name      |  option_value   | version 
-----------+----------------------+-----------------+---------
       947 | ImageProxyAddress    | localhost:54323 | general
       948 | ImageProxySSLEnabled | true            | general
(2 rows)

engine=# \q
-bash-4.2$ logout
[root@jbelka-vm1 ~]# rpm -q rhevm
rhevm-4.1.2.1-0.1.el7.noarch

Comment 2 nijin ashok 2019-05-13 16:39:16 UTC
*** Bug 1709169 has been marked as a duplicate of this bug. ***