Adding the boot_policy attribute
diff --git a/settings_file.py b/settings_file.py
index fe852ba..6b46a65 100644
--- a/settings_file.py
+++ b/settings_file.py
@@ -3,6 +3,9 @@
 {'host': {'bootflags': {'default': 'default',
                         'name': 'boot_flags',
                         'type': 's'},
+          'bootpolicy': {'default': 'ONETIME',
+                         'name': 'boot_policy',
+                         'type': 's'},
           'powercap': {'default': 0,
                        'max': 1000,
                        'min': 0,