From eb88430a73877ff6b5999db00061b83fc43b92f0 Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Thu, 3 Jan 2013 21:58:46 -0500 Subject: [PATCH] openstack-utils is bye-bye. switch to config_by_role --- recipes/registry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/registry.rb b/recipes/registry.rb index 0b84dd1..4121718 100644 --- a/recipes/registry.rb +++ b/recipes/registry.rb @@ -35,7 +35,7 @@ db_user = node["glance"]["db"]["username"] db_pass = db_password "glance" sql_connection = db_uri("image", db_user, db_pass) -keystone = get_settings_by_role node["glance"]["keystone_service_chef_role"], "keystone" +keystone = config_by_role node["glance"]["keystone_service_chef_role"], "keystone" # Instead of the search to find the keystone service, put this # into openstack-common as a common attribute?