Fix minor space issues in ribcl module

This commit is contained in:
Nisha Agarwal
2014-09-12 18:55:03 +05:30
committed by Ramakrishnan G
parent 3a416c2c32
commit 8c350eea87
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
Anusha Ramineni <anusha.iiitm@gmail.com>
Nisha Agarwal <agarwalnisha1980@gmail.com>
Ramakrishnan G <rameshg87@gmail.com>
Shivanand Tendulker <stendulker@gmail.com>
hpproliant <proliantutils@gmail.com>

View File

@@ -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

View File

@@ -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