Merge "Use nova.conf for auth_token configs."
This commit is contained in:
commit
f2af795ac1
@ -106,10 +106,3 @@ paste.filter_factory = nova.api.auth:NovaKeystoneContext.factory
|
||||
|
||||
[filter:authtoken]
|
||||
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
|
||||
auth_host = {{keystone.host}}
|
||||
auth_port = 35357
|
||||
admin_password = {{nova.service-password}}
|
||||
auth_protocol = http
|
||||
admin_tenant_name = service
|
||||
admin_user = nova
|
||||
signing_dir = /tmp/keystone-signing-nova
|
||||
|
@ -121,3 +121,12 @@ virtual_power_ssh_host={{ssh_host}}
|
||||
virtual_power_type={{type}}
|
||||
{{/virtual_power}}
|
||||
{{/nova.baremetal}}
|
||||
|
||||
[keystone_authtoken]
|
||||
auth_host = {{keystone.host}}
|
||||
auth_port = 35357
|
||||
admin_password = {{nova.service-password}}
|
||||
auth_protocol = http
|
||||
admin_tenant_name = service
|
||||
admin_user = nova
|
||||
signing_dir = /tmp/keystone-signing-nova
|
||||
|
Loading…
Reference in New Issue
Block a user