Bug 1032958

Summary: [origin_broker_169] No config "ALLOW_DEPRECATED_CARTRIDGES" in broker.conf/broker-dev.conf
Product: OpenShift Online Reporter: Liang Xia <lxia>
Component: PodAssignee: Lili Nader <lnader>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: abhgupta, mfisher
Target Milestone: ---Keywords: UpcomingRelease
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:30:40 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 Liang Xia 2013-11-21 10:04:15 UTC
Description of problem:
No config "ALLOW_DEPRECATED_CARTRIDGES" in broker.conf/broker-dev.conf

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

How reproducible:
always

Steps to Reproduce:
1.Login into instance and check broker.conf and broker-dev.conf
2.
3.

Actual results:
No config "ALLOW_DEPRECATED_CARTRIDGES" in broker.conf/broker-dev.conf

Expected results:
"ALLOW_DEPRECATED_CARTRIDGES" exist in broker.conf and broker-dev.conf
Additional info:

Comment 2 Lili Nader 2013-11-21 18:50:03 UTC
https://github.com/openshift/li/pull/2175

Comment 4 Liang Xia 2013-11-25 02:34:27 UTC
Verified on devenv_4067. The config has been added and changed deprecated to obsolete.

# grep ALLOW_OBSOLETE_CARTRIDGES /etc/openshift/*
/etc/openshift/broker.conf:ALLOW_OBSOLETE_CARTRIDGES="false"
/etc/openshift/broker-dev.conf:ALLOW_OBSOLETE_CARTRIDGES="false"