Merge "Use default role of member for horizon"

This commit is contained in:
Zuul 2022-01-10 11:09:42 +00:00 committed by Gerrit Code Review
commit 814a6ac6e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Tweaks to make this run nicely in a snap.
# TODO: turn this off once everything is working nicely.
DEBUG = True
DEBUG = False
# Set our webroot.
WEBROOT = '/'
@ -24,7 +24,7 @@ AVAILABLE_THEMES = [
# Point us at keystone.
OPENSTACK_HOST = "10.20.20.1"
OPENSTACK_KEYSTONE_URL = "https://%s:5000/v3" % OPENSTACK_HOST
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_"
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "member"
# Turn off external access for now. (This should be turned on once we
# have hooks for setting a non default password.)