Bug 1028257 - There's a mistake in the help message of oo-frontend-plugin-modify
Summary: There's a mistake in the help message of oo-frontend-plugin-modify
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Paul Morie
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-08 02:36 UTC by Gaoyun Pei
Modified: 2015-05-14 23:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-24 03:29:00 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


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