Switch default-role default to lowercase 'member'

This is needed to align with recent changes in the keystone
charm to use keystone bootstrap.

Change-Id: I35a08c483e970712d4db4ebe049f5b135ffb5637
Closes-Bug: #1879783
This commit is contained in:
Corey Bryant
2020-05-20 16:30:17 -04:00
parent 5cd569fad8
commit 3f1f985be8
3 changed files with 18 additions and 18 deletions

View File

@@ -58,7 +58,7 @@ options:
value of 1800 will log users out after 30 minutes.
default-role:
type: string
default: "Member"
default: "member"
description: |
Default role for Horizon operations that will be created in
Keystone upon introduction of an identity-service relation.