Bug 1323044

Summary: The IMAGE_VERSION was added to /etc/sysconfig/atomic-openshift-node for rpm installation
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact:
Priority: low    
Version: 3.2.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-25 15:51:04 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:

Description Anping Li 2016-04-01 05:23:10 UTC
Description of problem:
The IMAGE_VERSION  was added to atomic-openshift-node, which is useless for rpm jobs

Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.0.69-1.git.0.c818db9.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. rpm install ose3.2
2. check the configure files
cat /etc/sysconfig/atomic-openshift* 

Actual results:

# cat /etc/sysconfig/atomic-openshift-node |grep -v '^#'
OPTIONS=--loglevel=2
CONFIG_FILE=/etc/origin/node/node-config.yaml


IMAGE_VERSION=


Expected results:


Additional info: