Ensure node name is part of confing
This commit is contained in:
parent
4ac020888b
commit
cd1db3d587
|
@ -147,6 +147,7 @@ def readConfig(pvcnoded_config_file, myhostname):
|
||||||
# Handle the basic config (hypervisor-only)
|
# Handle the basic config (hypervisor-only)
|
||||||
try:
|
try:
|
||||||
config_general = {
|
config_general = {
|
||||||
|
'node': o_config['pvc']['node'],
|
||||||
'coordinators': o_config['pvc']['cluster']['coordinators'],
|
'coordinators': o_config['pvc']['cluster']['coordinators'],
|
||||||
'enable_hypervisor': o_config['pvc']['functions']['enable_hypervisor'],
|
'enable_hypervisor': o_config['pvc']['functions']['enable_hypervisor'],
|
||||||
'enable_networking': o_config['pvc']['functions']['enable_networking'],
|
'enable_networking': o_config['pvc']['functions']['enable_networking'],
|
||||||
|
|
Loading…
Reference in New Issue