Yaniv Bronhaim has submitted this change and it was merged. Change subject: vdsm: adding handling for NGN in osinfo.py ......................................................................
vdsm: adding handling for NGN in osinfo.py Current osinfo.py implementation lacks handling for NGN (New Generation Node). This patch adds another parameter in addition to the osname, release and version named pretty_name, that is empty by default and if /etc/os-release file exists on the OS, will return the content of the PRETTY_NAME value (if exists) from that file. Change-Id: Ida119527b263302bf3f78e359bac12113718b744 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1324447 Signed-off-by: emesika <[email protected]> Reviewed-on: https://gerrit.ovirt.org/59431 Continuous-Integration: Jenkins CI Reviewed-by: Piotr Kliczewski <[email protected]> Reviewed-on: https://gerrit.ovirt.org/60433 Reviewed-by: Yaniv Bronhaim <[email protected]> --- M lib/api/vdsm-api.yml M lib/vdsm/osinfo.py 2 files changed, 31 insertions(+), 9 deletions(-) Approvals: Eli Mesika: Verified Yaniv Bronhaim: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/60433 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ida119527b263302bf3f78e359bac12113718b744 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
