summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2016-09-21 20:17:21 -0400
committerBrad Bishop <bradleyb@us.ibm.com>2016-09-28 16:15:36 -0400
commitb6ab8da9d13ca250462ad43c6cc572300e40af34 (patch)
treef36ad9dca2e54619a100e9412898452eb5465d8b
parent54be910bd0af885217adc7dfcd95b7db9a13886d (diff)
downloadphosphor-settingsd-b6ab8da9d13ca250462ad43c6cc572300e40af34.tar.gz
phosphor-settingsd-b6ab8da9d13ca250462ad43c6cc572300e40af34.zip
Remove settings file
Change-Id: I27cfcf64db7f472a6a2e8728be782c107d7966c2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--settings_file.py65
1 files changed, 0 insertions, 65 deletions
diff --git a/settings_file.py b/settings_file.py
deleted file mode 100644
index f0c6d13..0000000
--- a/settings_file.py
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/usr/bin/python -u
-SETTINGS=\
-{'org.openbmc.settings.Host': {'TimeMode': {'allowed': ['NTP', 'MANUAL'],
- 'default': 'NTP',
- 'name': 'time_mode',
- 'type': 's',
- 'validation': 'list'},
- 'TimeOwner': {'allowed': ['BMC',
- 'HOST',
- 'SPLIT',
- 'BOTH'],
- 'default': 'BMC',
- 'name': 'time_owner',
- 'type': 's',
- 'validation': 'list'},
- 'UseDhcpNtp': {'allowed': ['yes', 'no'],
- 'default': 'yes',
- 'name': 'use_dhcp_ntp',
- 'type': 's',
- 'validation': 'list'},
- 'bootflags': {'allowed': ['Network',
- 'Disk',
- 'Safe',
- 'CDROM',
- 'Setup',
- 'default'],
- 'default': 'default',
- 'name': 'boot_flags',
- 'type': 's',
- 'validation': 'list'},
- 'bootpolicy': {'allowed': ['ONETIME',
- 'PERMANENT'],
- 'default': 'ONETIME',
- 'name': 'boot_policy',
- 'type': 's',
- 'validation': 'list'},
- 'networkconfig': {'default': 'ipaddress=,prefix=,gateway=,mac=,addr_type=',
- 'method': 'validate_net_config',
- 'name': 'network_config',
- 'type': 's',
- 'validation': 'custom'},
- 'powercap': {'default': 0,
- 'max': 1000,
- 'min': 0,
- 'name': 'power_cap',
- 'type': 'i',
- 'unit': 'watts',
- 'validation': 'range'},
- 'powerpolicy': {'allowed': ['ALWAYS_POWER_ON',
- 'RESTORE_LAST_STATE',
- 'LEAVE_OFF'],
- 'default': 'RESTORE_LAST_STATE',
- 'name': 'power_policy',
- 'type': 's',
- 'validation': 'list'},
- 'restrictedmode': {'default': False,
- 'max': 1,
- 'min': 0,
- 'name': 'restricted_mode',
- 'type': 'b',
- 'validation': 'range'},
- 'sysstate': {'default': '',
- 'name': 'system_state',
- 'type': 's',
- 'validation': 'None'}}}
OpenPOWER on IntegriCloud