Reviewed: https://review.openstack.org/264937 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=b81a8266d1e6248ca759d51ef1a003423887ee8a Submitter: Jenkins Branch: master
commit b81a8266d1e6248ca759d51ef1a003423887ee8a Author: Roxana Gherle <[email protected]> Date: Thu Jan 7 11:09:54 2016 -0800 Allow '_' character in mapping_id value Underscore character should be allowed in mapping_id. Closes-Bug: #1531959 Change-Id: I4235e09ff68f68bbe4cf5c4e9aeaef2b79484f94 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1531959 Title: mapping_id does not allow "_" character Status in OpenStack Identity (keystone): Fix Released Bug description: The underscore character is not allowed in mapping_id because the validation of the parameter value is done with the id_string regex pattern '^[a-zA-Z0-9-]+$' which doesn't include '_'. Underscore character should be allowed in a mapping id validation. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1531959/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

