** Changed in: keystone
Status: Fix Committed => 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/1507944
Title:
Incorrect example in federated rules documentation
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
There is a major error in one of the examples in the mapping rules
documentation [0]
When mapping groups by names along with blacklist/whitelist keywords
the correct structure is:
"local": [
{
"groups": "{0}",
"domain": {
"id": DEVELOPER_GROUP_DOMAIN_ID
}
},
]
whereas one can find following in the documentation:
"local": [
{
"groups": {
"name": "{1}",
"domain": {
"id": "0cd5e9"
}
}
}
],
This should be fixed as soon as possible as uses following guidance
will fail with their setup.
[0] http://docs.openstack.org/developer/keystone/mapping_combinations.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1507944/+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