Merge "Install locales for httpd."
This commit is contained in:
commit
214df21437
@ -5,6 +5,9 @@ from paste import deploy
|
|||||||
from keystone.common import environment
|
from keystone.common import environment
|
||||||
from keystone.common import logging
|
from keystone.common import logging
|
||||||
from keystone import config
|
from keystone import config
|
||||||
|
from keystone.openstack.common import gettextutils
|
||||||
|
|
||||||
|
gettextutils.install('keystone')
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
Loading…
Reference in New Issue
Block a user