summaryrefslogtreecommitdiffstats
path: root/bin/keystone-all
diff options
context:
space:
mode:
Diffstat (limited to 'bin/keystone-all')
-rwxr-xr-xbin/keystone-all3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index b38e552b..7e6711b5 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -24,6 +24,7 @@ import pbr.version
from keystone.common import utils
from keystone.common import wsgi_server
from keystone import config
+from keystone.openstack.common import gettextutils
from keystone.openstack.common import importutils
@@ -70,6 +71,8 @@ def serve(*servers):
if __name__ == '__main__':
+ gettextutils.install('keystone')
+
dev_conf = os.path.join(possible_topdir,
'etc',
'keystone.conf')