summaryrefslogtreecommitdiffstats
path: root/settings_file.py
blob: 85f04f00870e9d63b3d85695294062d604aeeefe (plain)
1
2
#!/usr/bin/python -u
SETTINGS={'host': {'bootflags': {'default': '0000000000', 'type': 's', 'name': 'boot_flags'}, 'powercap': {'name': 'power_cap', 'min': 0, 'default': 0, 'max': 1000, 'type': 'i', 'unit': 'watts'}}}
OpenPOWER on IntegriCloud