Bug 1009620 - typo in cartridge depedency warning message.
Summary: typo in cartridge depedency warning message.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-18 17:45 UTC by Peter Ruan
Modified: 2015-05-15 02:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-17 13:29:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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'.


Note You need to log in before you can comment on or make changes to this bug.