More fixes
This commit is contained in:
parent
556971804c
commit
3021763bb6
@ -140,13 +140,20 @@ url = {{ neutron_url }}
|
||||
{% if auth_host -%}
|
||||
auth_plugin = password
|
||||
project_name = {{ admin_tenant_name }}
|
||||
username = {{ admin_user }}
|
||||
user_name = {{ admin_user }}
|
||||
password = {{ admin_password }}
|
||||
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
|
||||
{% endif -%}
|
||||
{% endif -%}
|
||||
|
||||
{% include "section-keystone-authtoken" %}
|
||||
[keystone_authtoken]
|
||||
{% if auth_host -%}
|
||||
auth_plugin = password
|
||||
project_name = {{ admin_tenant_name }}
|
||||
user_name = {{ admin_user }}
|
||||
password = {{ admin_password }}
|
||||
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
|
||||
{% endif -%}
|
||||
|
||||
[osapi_v3]
|
||||
enabled=True
|
||||
|
Loading…
x
Reference in New Issue
Block a user