Missing option in api_paste.ini breaks keystone middleware

Bug #1513599 reported by Matt Kassawara
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
aodh (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

In Liberty, the api_paste.ini file in the package lacks an option necessary for keystone middleware to read authentication configuration in the [keystone_authtoken] section of the aodh.conf file. Simply include the current upstream version of the api_paste.ini file to resolve this issue.

Snippet from package version of api_paste.ini:

[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory

Snippet from upstream version of api_paste.ini:

[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
oslo_config_project = aodh

See also https://bugs.launchpad.net/aodh/+bug/1481070.

Revision history for this message
Thomas Goirand (thomas-goirand) wrote :

FYI, this was fixed in Debian.

Changed in aodh (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.