From 1c34736247f8ae18d054cfecfec54152bf27f1d9 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Fri, 19 Sep 2014 15:52:17 -0400 Subject: keystone: Change packages configuration to use apache keystone. This commit changes all required configurations to use keystone running on apache. The following packages configurations were modified for keystone running on apache: python-neutron, python-nova, tempest, python-swift, python-rally, python-heat, python-glance, python-cinder, python-ceilmoeter, python-horizon. Signed-off-by: Liam R. Howlett --- .../recipes-devtools/python/python-swift/proxy-server.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-swift/proxy-server.conf') diff --git a/meta-openstack/recipes-devtools/python/python-swift/proxy-server.conf b/meta-openstack/recipes-devtools/python/python-swift/proxy-server.conf index d005d8e..eef6ac5 100644 --- a/meta-openstack/recipes-devtools/python/python-swift/proxy-server.conf +++ b/meta-openstack/recipes-devtools/python/python-swift/proxy-server.conf @@ -247,10 +247,7 @@ user_test_tester3 = testing3 # [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory -auth_host = 127.0.0.1 -auth_port = 35357 -auth_protocol = http -# auth_uri = http://127.0.0.1:5000/ +identity_uri=http://127.0.0.1:8081/keystone/main admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% -- cgit v1.2.3-54-g00ecf