Fix oslo logging implementation done in refactoring from commit https://review.opendev.org/#/c/703516/6 Story: 2007403 Task: 39958 Change-Id: Ia5fe79a401da7efe24d2bc60c4afe827fd61fbd0 Signed-off-by: Carmen Rata <carmen.rata@windriver.com>
22 lines
517 B
Python
22 lines
517 B
Python
#
|
|
# Copyright (c) 2016-2020 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
from tsconfig import tsconfig
|
|
|
|
|
|
CONFIG_WORKDIR = '/tmp/config'
|
|
CGCS_CONFIG_FILE = CONFIG_WORKDIR + '/cgcs_config'
|
|
CONFIG_PERMDIR = tsconfig.CONFIG_PATH
|
|
|
|
HIERADATA_WORKDIR = '/tmp/hieradata'
|
|
HIERADATA_PERMDIR = tsconfig.PUPPET_PATH + 'hieradata'
|
|
|
|
KEYRING_WORKDIR = '/tmp/python_keyring'
|
|
KEYRING_PERMDIR = tsconfig.KEYRING_PATH
|
|
|
|
INITIAL_CONFIG_COMPLETE_FILE = '/etc/platform/.initial_config_complete'
|
|
LOG_LOCAL1 = 'local1'
|