Revert "Fix auth_url for nova configuration"

This reverts commit 58e8d870bc1eea3211ed9cb7a2601bb27b6653c2.

opentack-ansible is struggling with tempest failures in the gate due to
503s. Nova api reveals consistent CRITICAL errors with the message
"MissingRequiredOptions: Auth plugin requires parameters which were not
given: auth_url"

Change-Id: If8780ddc85f18f93facc9ee61e773f602f03ccc5
This commit is contained in:
Steve Lewis 2016-03-09 22:18:46 +00:00
parent 58e8d870bc
commit be5abe0ec0

View File

@ -192,6 +192,7 @@ workers = {{ nova_conductor_workers | default(api_threads) }}
insecure = {{ keystone_service_internaluri_insecure | bool }}
auth_plugin = {{ nova_keystone_auth_plugin }}
signing_dir = {{ nova_system_home_folder }}/cache/api
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
project_domain_id = {{ nova_service_project_domain_id }}
user_domain_id = {{ nova_service_user_domain_id }}