Skip to content

Commit 770cec7

Browse files
author
jakedahn
committed
Making users creatable by default in horizon
Change-Id: I021bd17564f1a20591d3aac8a254f4976e14e681
1 parent 06a09d0 commit 770cec7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

files/horizon_settings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
'user_home': 'openstack_dashboard.views.user_home',
4141
}
4242

43+
# TODO(tres): Remove these once Keystone has an API to identify auth backend.
44+
OPENSTACK_KEYSTONE_BACKEND = {
45+
'name': 'native',
46+
'can_edit_user': True
47+
}
48+
4349
OPENSTACK_HOST = "127.0.0.1"
4450
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST
4551
# FIXME: this is only needed until keystone fixes its GET /tenants call

0 commit comments

Comments
 (0)