Install locales for httpd.

Change-Id: Ia5886b98070f3e3b2df4e94bf2a3db7c57bf870e
This commit is contained in:
Haneef Ali 2013-07-01 12:13:07 -07:00
parent 59ea70655d
commit 6767cc6612

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