Merge "Create empty file by using os.mknod"
This commit is contained in:
commit
50f4bc52ee
@ -281,8 +281,7 @@ def execute_config_strategy():
|
||||
sys.exit(0)
|
||||
else:
|
||||
load_config()
|
||||
f = open('/configured', 'w+')
|
||||
f.close()
|
||||
os.mknod('/configured')
|
||||
else:
|
||||
LOG.error('KOLLA_CONFIG_STRATEGY is not set properly')
|
||||
sys.exit(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user