Bug 1009620

Summary: typo in cartridge depedency warning message.
Product: OpenShift Online Reporter: Peter Ruan <pruan>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.xCC: 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:
Embargoed:

Description Peter Ruan 2013-09-18 17:45:24 UTC
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:

Comment 1 Clayton Coleman 2013-09-25 20:37:12 UTC
Fixed in 79c4a15 in fork_ami for membership

Comment 2 Wei Sun 2013-09-26 03:17:31 UTC
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'.