Bug 1032958 - [origin_broker_169] No config "ALLOW_DEPRECATED_CARTRIDGES" in broker.conf/broker-dev.conf
Summary: [origin_broker_169] No config "ALLOW_DEPRECATED_CARTRIDGES" in broker.conf/br...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Lili Nader
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-21 10:04 UTC by Liang Xia
Modified: 2015-05-15 00:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-24 03:30:40 UTC
Target Upstream Version:


Attachments (Terms of Use)

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"


Note You need to log in before you can comment on or make changes to this bug.