Ensure node name is part of confing

This commit is contained in:
Joshua Boniface 2021-07-18 16:38:58 -04:00
parent 4ac020888b
commit cd1db3d587
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ def readConfig(pvcnoded_config_file, myhostname):
# Handle the basic config (hypervisor-only)
try:
config_general = {
'node': o_config['pvc']['node'],
'coordinators': o_config['pvc']['cluster']['coordinators'],
'enable_hypervisor': o_config['pvc']['functions']['enable_hypervisor'],
'enable_networking': o_config['pvc']['functions']['enable_networking'],