Merge "Fix a typo in masakari.conf.j2"

This commit is contained in:
Zuul 2019-11-27 13:27:43 +00:00 committed by Gerrit Code Review
commit cf4edae90f

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