| Summary: | typo in cartridge depedency warning message. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Peter Ruan <pruan> |
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | wsun |
| 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: | 2013-10-17 13:29:41 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: | |
Fixed in 79c4a15 in fork_ami for membership Verified with rhc build from fork_ami_origin_ui_72_membership_863 Result: [wsun@dhcp-8-229 dev]$ rhc add-cartridge phpmyadmin-4 -a r8 Adding phpmyadmin-4 to application 'r8' ... Cartridge 'phpmyadmin-4' can not be added without cartridge 'mysql'. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/79c4a159ff45f55a52df8f5ef9eb45c2dfa5c697 Bug 1009620 - Correct typo |
Description of problem: There's a typo in the following warning message. It should be 'without' instead of 'with out' Using phpmyadmin-3 (phpMyAdmin 3.5) for 'mysql' Adding phpmyadmin-3 to application 'app1' ... Cartridge 'phpmyadmin-3' can not be added with out cartridge 'mariadb'. Version-Release number of selected component (if applicable): current. How reproducible: always. Steps to Reproduce: 1. try to add phpmyadmin without having mysql cart installed. 2. 3. Actual results: Adding phpmyadmin-3 to application 'app1' ... Cartridge 'phpmyadmin-3' can not be added with out cartridge 'mariadb'. Expected results: should read 'without' instead of 'with out' Additional info: