Hide Forgot
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:
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/45a2ca3e181d6698b5480c5d1d2ba520c2be7bb0 Fix bug 1028257
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