[node-patches] Change in ovirt-node[master]: edit-node man page update

jboggs at redhat.com jboggs at redhat.com
Fri Mar 8 04:24:09 UTC 2013


Joey Boggs has uploaded a new change for review.

Change subject: edit-node man page update
......................................................................

edit-node man page update

updates man page entries and sets default user for password
change to admin instead of root

rhbz#912024
Signed-off-by: Joey Boggs <jboggs at redhat.com>
Change-Id: Ice8be031b95c3371a8e71e4ee5cd3dd56b3d05c0
---
M tools/edit-node
M tools/edit-node.8
2 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/73/12873/1

diff --git a/tools/edit-node b/tools/edit-node
index ae6161a..fb96c7d 100755
--- a/tools/edit-node
+++ b/tools/edit-node
@@ -1194,7 +1194,7 @@
             if "," in key:
                 user, password = key.split(",")
             else:
-                user = "root"
+                user = "admin"
                 password = key
             cmd = "/usr/sbin/usermod -p \"%s\" %s" % (password, user)
             print cmd
diff --git a/tools/edit-node.8 b/tools/edit-node.8
index a768f46..8ad3a09 100644
--- a/tools/edit-node.8
+++ b/tools/edit-node.8
@@ -28,19 +28,19 @@
 Installs a the specific package from a yum repo or specified rpm file, all file locations are valid
 .IP \fB\-\-repo=REPO\fR
 Yum repository can be a local directory, a yum repository file, or a driver disk iso file. It must be used in conjunction with --install* options
-.IP \fB\-\--nogpgcheck\fR
+.IP \fB\-\-nogpgcheck\fR
 Skip GPG Key verification during yum install
-.IP \fB\-\--print-version\fR
+.IP \fB\-\-print-version\fR
 Prints current version information from /etc/system-release
-.IP \fB\-\--print-manifests\fR
+.IP \fB\-\-print-manifests\fR
 Prints a list of manifests files within the iso
-.IP \fB\-\--print-manifest=MANIFEST\fR
+.IP \fB\-\-print-manifest=MANIFEST\fR
 Prints the specified manifest file to stdout
-.IP \fB\-\--get-manifests=MANIFEST\fR
+.IP \fB\-\-get-manifests\fR
 Creates a tar file of manifests files within the iso
-.IP \fB\-\--print-file-manifest\fR
+.IP \fB\-\-print-file-manifest\fR
 Prints contents of rootfs on iso to stdout
-.IP \fB\-\--print-rpm-manifest\fR
+.IP \fB\-\-print-rpm-manifest\fR
 Prints installed rpms within rootfs on iso to stdout
 .SH COPYRIGHT
 Copyright (C) 2012, Red Hat, Inc.


--
To view, visit http://gerrit.ovirt.org/12873
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice8be031b95c3371a8e71e4ee5cd3dd56b3d05c0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list