yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #42414
[Bug 1507944] Re: Incorrect example in federated rules documentation
** 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
References