clean up
This commit is contained in:
parent
635292bd71
commit
3fa455a694
@ -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:
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user