Fabian Deutsch has submitted this change and it was merged. Change subject: make sure --skip-existing-hooks option could work in ovirt-node-upgrade ......................................................................
make sure --skip-existing-hooks option could work in ovirt-node-upgrade Primary the value of _options.skip_existing_hooks always "False" whether add --skip-existing-hooks option or not when using ovirt-node-upgrade. Now fix it as the value of _options.skip_existing_hooks was "True" when add --skip-existing-hooks option. If not add it, the default value was "False" Change-Id: Ia71b8478ca191f41f99192a6e8f3083ba5deef9c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1107549 Signed-off-by: hadong <[email protected]> --- M scripts/ovirt-node-upgrade.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ryan Barry: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/28542 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia71b8478ca191f41f99192a6e8f3083ba5deef9c Gerrit-PatchSet: 3 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
