It looks like this has been fixed for a while / no longer an issue. I'm
going to mark this bug as invalid (cleaning up the bug tracker)

** Changed in: keystone
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1220502

Title:
  Need use _() to handle i18n string messages

Status in OpenStack Identity (Keystone):
  Invalid

Bug description:
  Need use _() to handle the string message in file
  keystone/identity/controllers.py

  On a non-english env (ja), we will see the english message strings,
  when we create or update a user with empty name or empty Enabled. In
  fact, we need the non-english (ja) messages.

  And find the follow string messages in file keystone/identity/controllers.py:
              msg = 'Name field is required and cannot be empty'
                  msg = 'Marker could not be found'
                  msg = 'Invalid limit value'
              msg = 'Name field is required and cannot be empty'
              msg = 'Enabled field must be a boolean'
              msg = 'Enabled field should be a boolean'
              msg = 'Name field is required and cannot be empty'
              msg = 'Specify a domain or project, not both'
             msg = 'Specify a user or group, not both'

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1220502/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to