Fix minor space issues in ribcl module
This commit is contained in:
committed by
Ramakrishnan G
parent
3a416c2c32
commit
8c350eea87
1
AUTHORS
1
AUTHORS
@@ -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>
|
||||
|
||||
10
ChangeLog
10
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user