Fix misspell word

Change-Id: I9a30f9e263e7734e41258ab17ee78ff279c8ca0f
This commit is contained in:
Q.hongtao 2019-09-06 16:19:55 +08:00
parent 43b510a41e
commit 30f737f54e

View File

@ -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