diff options
Diffstat (limited to 'ironic/objects/bios.py')
-rw-r--r-- | ironic/objects/bios.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/objects/bios.py b/ironic/objects/bios.py index cb6718074..4462ca526 100644 --- a/ironic/objects/bios.py +++ b/ironic/objects/bios.py @@ -155,7 +155,7 @@ class BIOSSetting(base.IronicObject): for field in self.get_registry_fields(): field_is_set = self.obj_attr_is_set(field) - if target_version >= (1, 74): + if target_version >= (1, 1): # target version supports the major/minor specified if not field_is_set: # set it to its default value if it is not set |