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-rally/deployment-existing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-rally') diff --git a/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json b/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json index 8249860..dd08e41 100644 --- a/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json +++ b/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json @@ -1,7 +1,7 @@ { "type": "ExistingCloud", "endpoint": { - "auth_url": "http://%CONTROLLER_IP%:5000/v2.0/", + "auth_url": "http://%CONTROLLER_IP%:8081/keystone/main", "username": "%ADMIN_USER%", "password": "%ADMIN_PASSWORD%", "tenant_name": "%ADMIN_TENANT_NAME%" -- cgit v1.2.3-54-g00ecf