merging - #3
Merged
Merged
Conversation
Recently, Keystone renamed "Member" role to "member" (case-sensitive) with https://review.openstack.org/#/c/572243/14 Case-sensitivity role requirement in Keystone was recently formalized with https://review.openstack.org/#/c/576640/ From the above reference: "Role names are case-insensitive. for example, when keystone bootstraps default roles, it creates `admin`, `member`, and `reader`. If another role `Member` (note the upper case 'M') is created, keystone will return a `409` Conflict since it considers the name "Member" == "member". Note that case is preserved in these cases." It follows that Tempest should use "member" role by default. Change-Id: Iebf04fdb4c195b6779c74f66da3f7822cf174494
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.