Fabian Deutsch has submitted this change and it was merged. Change subject: Use the new codebase for autoinstalls, check for None ......................................................................
Use the new codebase for autoinstalls, check for None Don't try to blindly check the length of variables which may be None, and don't use the old codebase to get kernel commandline arguments when we can use the new codebase. Change-Id: I198eb9438f10c748aa0323ef398cfa21dea9896f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1120650 Signed-off-by: Ryan Barry <[email protected]> --- M plugins/cim_autoinstall.py M plugins/puppet_autoinstall.py M plugins/snmp_autoinstall.py 3 files changed, 10 insertions(+), 14 deletions(-) -- To view, visit http://gerrit.ovirt.org/30907 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I198eb9438f10c748aa0323ef398cfa21dea9896f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
