We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a09d0 commit 770cec7Copy full SHA for 770cec7
files/horizon_settings.py
@@ -40,6 +40,12 @@
40
'user_home': 'openstack_dashboard.views.user_home',
41
}
42
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
+
49
OPENSTACK_HOST = "127.0.0.1"
50
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST
51
# FIXME: this is only needed until keystone fixes its GET /tenants call
0 commit comments