Activity log for bug #1433152

Date Who What changed Old value New value Message
2015-03-17 15:34:30 Mark Vanderwiel bug added bug
2015-03-17 15:34:57 Mark Vanderwiel description The auth_token middleware for heat is configured in /etc/heat/api-paste.ini: # Auth middleware that validates token against keystone [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory This should be: # Auth middleware that validates token against keystone [filter:authtoken] paste.filter_factory = keystonemiddleware.auth_token:filter_factory This effects master/kilo and stable juno The auth_token middleware for heat is configured in /etc/heat/api-paste.ini: # Auth middleware that validates token against keystone [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory This should be: # Auth middleware that validates token against keystone [filter:authtoken] paste.filter_factory = keystonemiddleware.auth_token:filter_factory See https://github.com/openstack/heat/blob/master/etc/heat/api-paste.ini#L87 This effects master/kilo and stable juno
2015-03-17 15:44:46 OpenStack Infra openstack-chef: status New In Progress
2015-03-24 15:46:05 JJ Asghar openstack-chef: importance Undecided Medium
2015-04-02 20:58:07 OpenStack Infra openstack-chef: status In Progress Fix Released