Rename network device field
It seems much nicer and more consistent as "device" rather than as "name".
This commit is contained in:
@ -179,13 +179,13 @@ def readConfig(pvcd_config_file, myhostname):
|
||||
'pdns_postgresql_dbname': o_config['pvc']['coordinator']['dns']['database']['name'],
|
||||
'pdns_postgresql_user': o_config['pvc']['coordinator']['dns']['database']['user'],
|
||||
'pdns_postgresql_password': o_config['pvc']['coordinator']['dns']['database']['pass'],
|
||||
'vni_dev': o_config['pvc']['system']['configuration']['networking']['cluster']['name'],
|
||||
'vni_dev': o_config['pvc']['system']['configuration']['networking']['cluster']['device'],
|
||||
'vni_mtu': o_config['pvc']['system']['configuration']['networking']['cluster']['mtu'],
|
||||
'vni_dev_ip': o_config['pvc']['system']['configuration']['networking']['cluster']['address'],
|
||||
'storage_dev': o_config['pvc']['system']['configuration']['networking']['storage']['name'],
|
||||
'storage_dev': o_config['pvc']['system']['configuration']['networking']['storage']['device'],
|
||||
'storage_mtu': o_config['pvc']['system']['configuration']['networking']['storage']['mtu'],
|
||||
'storage_dev_ip': o_config['pvc']['system']['configuration']['networking']['storage']['address'],
|
||||
'upstream_dev': o_config['pvc']['system']['configuration']['networking']['upstream']['name'],
|
||||
'upstream_dev': o_config['pvc']['system']['configuration']['networking']['upstream']['device'],
|
||||
'upstream_mtu': o_config['pvc']['system']['configuration']['networking']['upstream']['mtu'],
|
||||
'upstream_dev_ip': o_config['pvc']['system']['configuration']['networking']['upstream']['address'],
|
||||
}
|
||||
|
Reference in New Issue
Block a user