Bug 1028257

Summary: There's a mistake in the help message of oo-frontend-plugin-modify
Product: OpenShift Online Reporter: Gaoyun Pei <gpei>
Component: ContainersAssignee: Paul Morie <pmorie>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: pmorie
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-24 03:29:00 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 Gaoyun Pei 2013-11-08 02:36:55 UTC
Description of problem:
When checking the help message of command "oo-frontend-plugin-modify", it tells user to use "service mcollective restart" to restart mcollective service, which should be "service ruby193-mcollective restart".

Version-Release number of selected component (if applicable):
devenv_4003

How reproducible:
always

Steps to Reproduce:
1.Log into the instance, check the help of oo-frontend-plugin-modify
[root@ip-10-138-15-61 ~]# oo-frontend-plugin-modify -h
== Synopsis
...
service mcollective restart
...
Do not ask before a dangerous operation
  -d|--debug                            Enable debug mode
  -h|--help                             Print this message

Actual results:

Expected results:
service ruby193-mcollective restart

Additional info:

Comment 2 Gaoyun Pei 2013-11-11 02:48:05 UTC
Verify this on devenv_4016.

[root@ip-10-152-143-211 ~]# oo-frontend-plugin-modify -h
== Synopsis
...
modify customized httpd configuration as needed and restart
edit /etc/openshift/node.conf
service ruby193-mcollective restart
/usr/bin/oo-frontend-plugin-modify --restore < file
...

== List of additional arguments
     --confirm                          Do not ask before a dangerous operation
  -d|--debug                            Enable debug mode
  -h|--help                             Print this message