From 8c350eea87a0ec7b28fe484fcd2c1fe7afe037bb Mon Sep 17 00:00:00 2001 From: Nisha Agarwal Date: Fri, 12 Sep 2014 18:55:03 +0530 Subject: [PATCH] Fix minor space issues in ribcl module --- AUTHORS | 1 + ChangeLog | 10 ++++++++-- proliantutils/ilo/ribcl.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5e38fbc..70f601b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,5 @@ Anusha Ramineni Nisha Agarwal Ramakrishnan G +Shivanand Tendulker hpproliant diff --git a/ChangeLog b/ChangeLog index 17b9e7a..5933f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ CHANGES ======= -0.1.0 ------ +v0.1.2 +------ +* added update_persistent_mode and other helper functions + +v1.1 +---- + +* new commands added * Add support for pbr * Adding Documentation to ribcl module * Submit ribcl ilo module diff --git a/proliantutils/ilo/ribcl.py b/proliantutils/ilo/ribcl.py index 8fe957d..83472b1 100644 --- a/proliantutils/ilo/ribcl.py +++ b/proliantutils/ilo/ribcl.py @@ -464,7 +464,7 @@ class IloClient: for key, val in item.iteritems(): if key in key_list: boot_mode = 'uefi' - return boot_mode + return boot_mode else: boot_mode = 'bios' return boot_mode