Merge "Use default role of member for horizon"
This commit is contained in:
commit
814a6ac6e3
@ -1,7 +1,7 @@
|
|||||||
# Tweaks to make this run nicely in a snap.
|
# Tweaks to make this run nicely in a snap.
|
||||||
|
|
||||||
# TODO: turn this off once everything is working nicely.
|
# TODO: turn this off once everything is working nicely.
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
# Set our webroot.
|
# Set our webroot.
|
||||||
WEBROOT = '/'
|
WEBROOT = '/'
|
||||||
@ -24,7 +24,7 @@ AVAILABLE_THEMES = [
|
|||||||
# Point us at keystone.
|
# Point us at keystone.
|
||||||
OPENSTACK_HOST = "10.20.20.1"
|
OPENSTACK_HOST = "10.20.20.1"
|
||||||
OPENSTACK_KEYSTONE_URL = "https://%s:5000/v3" % OPENSTACK_HOST
|
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
|
# Turn off external access for now. (This should be turned on once we
|
||||||
# have hooks for setting a non default password.)
|
# have hooks for setting a non default password.)
|
||||||
|
Loading…
Reference in New Issue
Block a user