Fix config generator to use keystonemiddleware

The auth_token middleware was moved from keystoneclient.middleware
to keystonemiddleware. The config generator is configured to point
to the new location.

Closes-Bug: #1366594
Change-Id: I5543973b2c7ac06c048686c24354ecf6eb251027
This commit is contained in:
Brant Knudson 2014-09-07 14:11:50 -05:00
parent 1589545a88
commit 42464c7879
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
NOVA_CONFIG_GENERATOR_EXTRA_LIBRARIES=oslo.messaging
NOVA_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
NOVA_CONFIG_GENERATOR_EXTRA_MODULES=keystonemiddleware.auth_token