Comment 1 for bug 1428770

Revision history for this message
Ryan Beisner (1chb1n) wrote : Re: trusty-kilo - WARNING keystoneclient.middleware.auth_token [-] This middleware module is deprecated as of v0.10.0 in favor of keystonemiddleware.auth_token

Making this change to /etc/heat/api-paste.ini on the heat unit seems to resolve. Heat starts and binds to 8000 & 8004. heat stack-list returns non-zero.

[filter:authtoken]
#paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory

I will work on an MP for the heat charm.