summaryrefslogtreecommitdiffstats
path: root/bin/keystone-manage
diff options
context:
space:
mode:
Diffstat (limited to 'bin/keystone-manage')
-rwxr-xr-xbin/keystone-manage4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/keystone-manage b/bin/keystone-manage
index b440ad15..89ada5bd 100755
--- a/bin/keystone-manage
+++ b/bin/keystone-manage
@@ -13,11 +13,13 @@ if os.path.exists(os.path.join(possible_topdir,
'__init__.py')):
sys.path.insert(0, possible_topdir)
-
from keystone import cli
+from keystone.openstack.common import gettextutils
if __name__ == '__main__':
+ gettextutils.install('keystone')
+
dev_conf = os.path.join(possible_topdir,
'etc',
'keystone.conf')