From 4dddc5e87e7398306726ab9419f93334e11ffac2 Mon Sep 17 00:00:00 2001 From: tengqm Date: Fri, 16 Oct 2015 11:34:12 -0400 Subject: [PATCH] Use keystonemiddleware in config generation conf The current configuration is not generating the correct configuration file. The net result is that even when auth_strategy option is set to keystone, the 'keystone_authtoken' section is still missing. This patch fixes the mistake. Change-Id: I2a37cde436736d39be93cd082a8ab13b58e21133 --- etc/oslo-config-generator/zaqar.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/oslo-config-generator/zaqar.conf b/etc/oslo-config-generator/zaqar.conf index a7f8bb25b..93f27b17b 100644 --- a/etc/oslo-config-generator/zaqar.conf +++ b/etc/oslo-config-generator/zaqar.conf @@ -10,4 +10,4 @@ namespace = zaqar.storage.sqlalchemy namespace = zaqar.transport.wsgi namespace = zaqar.transport.base namespace = zaqar.transport.validation -namespace = keystoneclient.middleware.auth_token +namespace = keystonemiddleware.auth_token