Merge "Install locales for httpd."

This commit is contained in:
Jenkins 2013-07-03 07:53:53 +00:00 committed by Gerrit Code Review
commit 214df21437

View File

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