Hide Forgot
Description of problem: When displaying the environment variables in a perl-5.16 app, the OPENSHIFT_PERL_VERSION shows OPENSHIFT_PERL_VERSION=5.10, instead of 5.16 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Create a new perl-5.16 application rhc create-app pl516 perl-5.16 2. SSH into the app, and display the environment variables: ssh <openshift_app> env |grep 'OPENSHIFT_PERL_VERSION' Actual results: OPENSHIFT_PERL_VERSION=5.10 Expected results: OPENSHIFT_PERL_VERSION=5.16 Additional info:
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/a9e36189258d9ac477d35ab148ac1a8ac8eb586f Bug 1001713 - Set PERL_VERSION number in setup * Provide support for version 5.16 on fedora and 5.10 on rhel
Checked with the latest origin packages on (https://mirror.openshift.com/pub/origin-server/nightly/fedora-19/latest/x86_64/) The perl cartridge package version is: openshift-origin-cartridge-perl-1.16.4-1.git.0.e991020.fc19.noarch Issue has been fixed. [app1-bmeng.example.com 5285da626892df3f9b000007]\> env|grep PERL OPENSHIFT_PERL_VERSION=5.16 ... Move bug to verified.