Merge "Create empty file by using os.mknod"

This commit is contained in:
Jenkins 2015-12-18 11:22:30 +00:00 committed by Gerrit Code Review
commit 50f4bc52ee

View File

@ -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)