From 30f737f54e67b903f7f1cd6a5104aca25de500fd Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Fri, 6 Sep 2019 16:19:55 +0800 Subject: [PATCH] Fix misspell word Change-Id: I9a30f9e263e7734e41258ab17ee78ff279c8ca0f --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 005f2fb..b348fa0 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -46,7 +46,7 @@ export OS_AUTH_URL=http://localhost:35357/v2.0 keystone user-role-add --user=mistral --tenant=admin --role=admin keystone user-role-add --user=mistral --tenant=demo --role=admin -# Devstack's Horison service, for some reason, defines OPENSTACK_KEYSTONE_URL to v2 API instead of +# Devstack's Horizon service, for some reason, defines OPENSTACK_KEYSTONE_URL to v2 API instead of # v3. Mistral, at the same time, requires v3 to work. echo 'OPENSTACK_KEYSTONE_URL="http://localhost:5000/v3"' >> \ /opt/stack/horizon/openstack_dashboard/local/local_settings.py