4e036191ff
Remove gettextutils in favor of oslo.i18n suite for internationalization purposes. Wrap murano.common.i18n around oslo.i18n. Mark all logs messages of levels higher than DEBUG for translation with _/_LI/_LW/_LE/_LC to conform with oslo.i18n guidelines. Change-Id: I09a2e2fc802e404f5c59fa4edd2a2124ad24101a Implements: blueprint organize-translation
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=exception
|
|
module=lockutils
|
|
module=log
|
|
module=policy
|
|
module=processutils
|
|
module=service
|
|
module=sslutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=murano
|