Add trustee config option for mitaka support

auth_type is specified in newton and mitaka heat cannot
run with it; auth_plugin is legacy auth_type and available
in mitaka. So, need to enable auth_plugin for heat mitaka
support.

Change-Id: Ic87c58ad07a640e616c73960948243d2e5ef0ae1
This commit is contained in:
Peter Razumovsky 2017-02-01 16:21:32 +04:00
parent 04ce9e5ded
commit c6725248b1
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ password = {{ heat.password }}
username = {{ heat.user }}
auth_uri = {{ address('keystone', keystone.public_port, with_scheme=True) }}
auth_url = {{ address('keystone', keystone.admin_port, with_scheme=True) }}
auth_plugin = password
auth_type = password
[clients_keystone]