openstack-utils is bye-bye. switch to config_by_role

This commit is contained in:
Jay Pipes
2013-01-03 21:58:46 -05:00
parent 036ebbd758
commit eb88430a73

View File

@@ -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?