| Summary: | Zend-6.1 application misses options in UI Console for enabling $ORACLE_HOME / $ORACLE_BASE vars | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Qiushui Zhang <qiuzhang> |
| Component: | Image | Assignee: | Vojtech Vitek <vvitek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | bmeng, hripps, xtian |
| 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: | 2014-01-30 00:51:36 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
Qiushui Zhang
2013-12-03 03:10:16 UTC
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/24214784d130ddfcaf9681668ce8512b40387140 add ORACLE_* vars to zend-6.1 Prevent pdo_oci8 extension from writing into the gear's root directory. Bug 1037115 https://bugzilla.redhat.com/show_bug.cgi?id=1037115 Tested on devenv_4093. [zd1-qiuzhang.dev.rhcloud.com 529edeb05b26440aef0000ae]\> env |grep -i ora ORACLE_BASE=/var/lib/openshift/529edeb05b26440aef0000ae/zend/oracle ORACLE_HOME=/var/lib/openshift/529edeb05b26440aef0000ae/zend/oracle The variables are added by default now. Anyway, user will be able to use it. Mark the bug as verified. |