Comment 6 for bug 1300246

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

This issue continues to cause major headaches during installation guide development and probably any deployment of heat, especially after keystone middleware deprecated the identity_uri, admin_tenant_name, admin_user, and admin_password options. Reuse of options aside, heat should at least support the following options (example values shown) in the [keystone_authtoken] section:

auth_uri = http://controller:5000 (note lack of version here)
auth_url = http://controller:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = heat
password = heatpass