More fixes

This commit is contained in:
James Page 2016-02-09 12:39:37 +00:00
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