We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea884c3 commit a6e2006Copy full SHA for a6e2006
1 file changed
files/dash_settings.py
@@ -46,8 +46,8 @@
46
# EMAIL_HOST_PASSWORD = 'top-secret!'
47
48
# FIXME: This needs to be changed to allow for multi-node setup.
49
-OPENSTACK_ADMIN_TOKEN = "999888777666"
50
OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0/"
+OPENSTACK_KEYSTONE_ADMIN_URL = "http://localhost:5001/v2.0/"
51
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
52
53
# NOTE(tres): Available services should come from the service
0 commit comments