Skip to content

Commit

Permalink
Merge pull request #64 from mkhon/fix-keystone-manage
Browse files Browse the repository at this point in the history
Fix ImportError in "keystone_manage: action=dbsync"
  • Loading branch information
lorin authored Jul 22, 2017
2 parents e95521a + db425c8 commit 2677cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone_manage
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ try:
# https://bugs.launchpad.net/glance/+bug/885529
from keystone.openstack.common import gettextutils
gettextutils.install('keystone')
except AttributeError:
except ImportError:
# this is not havana
pass

Expand Down

0 comments on commit 2677cc3

Please sign in to comment.