This commit is contained in:
Ryan Beisner 2015-03-05 18:37:10 +00:00
parent 635292bd71
commit 3fa455a694
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ description: |
Heat is the main project in the OpenStack Orchestration program. It implements an
orchestration engine to launch multiple composite cloud applications based on
templates in the form of text files that can be treated like code.
categories:
tags:
- openstack
requires:
shared-db:

View File

@ -84,8 +84,7 @@ paste.filter_factory = heat.common.auth_url:filter_factory
# Auth middleware that validates token against keystone
[filter:authtoken]
#paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
# Auth middleware that validates username/password against keystone
[filter:authpassword]