Bug 1014912

Summary: datasource.install property is missing in langpacks
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Francisco Canas <fcanas>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: urgent Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: fcanas, thauser
Target Milestone: ER4   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:55:21 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 Petr Kremensky 2013-10-03 06:10:42 UTC
Description of problem:
datasource.install property is missing in custom langpacks, thus we see "datasource.install: off" string during installation.

Version-Release number of selected component (if applicable):
6.2.0.ER3

How reproducible:
always

Steps to Reproduce:
 1. Go to "Post-install Configuration" screen
 2. Push "Perform additional post-install configuration" and select some.
 3. Continue to Post install configuration summary screen.

Actual results:
Post Install Configuration
...
datasource.install: off

Expected results:
Post Install Configuration
...
${datasource.install property value}: off

Comment 1 Francisco Canas 2013-10-03 14:18:24 UTC
Added the missing string to langpacks. Currently it will read as
"Datasource Configuration selected: off" (or on, depending). This is to keep it consistent with the other properties.

Comment 2 Petr Kremensky 2013-10-07 09:55:28 UTC
Verified on 6.2.0.ER4 installer.