Skip to content

Commit

Permalink
updated value for device.state (CiscoUcs#155) (CiscoUcs#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandss authored and vvb committed Feb 3, 2018
1 parent fe8ccb8 commit 5768bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcsdk/apis/server/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _add_boot_device(handle, parent_dn, boot_device):
if key not in ["order", "device-type", "name"]}
device.set_prop_multiple(**device_props)
if hasattr(device, "state"):
device.state = "enabled"
device.state = "Enabled"
handle.add_mo(device, modify_present=True)


Expand Down

0 comments on commit 5768bab

Please sign in to comment.