Fix a typo in masakari.conf.j2

Change-Id: I0ee428e55c1e7b89f9c2634383dd192eafc4e95e
This commit is contained in:
ShangXiao 2019-11-07 11:20:18 +08:00
parent d5db21d456
commit 6f2c2d390d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ notification_driver = taskflow_driver
# Nova endpoint
nova_catalog_admin_info = compute:nova:adminURL
nova_api_insecure = "{{ keystone_service_adminuri_insecure | default("false") }}"
# Priveleged credentials to interact with nova
# Privileged credentials to interact with nova
os_privileged_user_tenant = {{ masakari_service_project_name }}
os_privileged_user_auth_url = {{ keystone_service_adminuri }}
os_privileged_user_name = {{ masakari_service_user_name }}