[#4] Add new config options to the config load

This commit is contained in:
Joshua Boniface 2018-06-28 12:02:23 -04:00
parent ad4d3d794b
commit f5054b1bc7
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ mydomainname = ''.join(myhostname.split('.', 1)[1:])
config_values = [
'zookeeper',
'keepalive_interval',
'fence_intervals',
'suicide_intervals',
'successful_fence',
'failed_fence',
'ipmi_hostname',
'ipmi_username',
'ipmi_password'