Using #endpoint vs now deprecated #endpoint_uri
This commit is contained in:
@@ -70,13 +70,13 @@ rabbit_info = get_settings_by_role rabbit_server_role, "queue"
|
|||||||
|
|
||||||
keystone_service_role = node["glance"]["keystone_service_chef_role"]
|
keystone_service_role = node["glance"]["keystone_service_chef_role"]
|
||||||
keystone = get_settings_by_role keystone_service_role, "keystone"
|
keystone = get_settings_by_role keystone_service_role, "keystone"
|
||||||
identity_admin_endpoint = endpoint_uri "identity-admin"
|
identity_admin_endpoint = endpoint "identity-admin"
|
||||||
identity_endpoint = endpoint_uri "identity-api"
|
identity_endpoint = endpoint "identity-api"
|
||||||
|
|
||||||
glance = get_settings_by_role node["glance"]["glance_api_chef_role"], "glance"
|
glance = get_settings_by_role node["glance"]["glance_api_chef_role"], "glance"
|
||||||
|
|
||||||
registry_endpoint = endpoint_uri "image-registry"
|
registry_endpoint = endpoint "image-registry"
|
||||||
api_endpoint = endpoint_uri "image-api"
|
api_endpoint = endpoint "image-api"
|
||||||
|
|
||||||
# Possible combinations of options here
|
# Possible combinations of options here
|
||||||
# - default_store=file
|
# - default_store=file
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ package "python-keystone" do
|
|||||||
action :install
|
action :install
|
||||||
end
|
end
|
||||||
|
|
||||||
identity_admin_endpoint = endpoint_uri "identity-admin"
|
identity_admin_endpoint = endpoint "identity-admin"
|
||||||
identity_endpoint = endpoint_uri "identity-api"
|
identity_endpoint = endpoint "identity-api"
|
||||||
|
|
||||||
db_user = node["glance"]["db"]["username"]
|
db_user = node["glance"]["db"]["username"]
|
||||||
db_pass = node["glance"]["db"]["password"]
|
db_pass = node["glance"]["db"]["password"]
|
||||||
@@ -40,7 +40,7 @@ sql_connection = db_uri("image", db_user, db_pass)
|
|||||||
|
|
||||||
keystone = get_settings_by_role node["glance"]["keystone_service_chef_role"], "keystone"
|
keystone = get_settings_by_role node["glance"]["keystone_service_chef_role"], "keystone"
|
||||||
|
|
||||||
registry_endpoint = endpoint_uri "image-registry"
|
registry_endpoint = endpoint "image-registry"
|
||||||
|
|
||||||
package "curl" do
|
package "curl" do
|
||||||
action :install
|
action :install
|
||||||
|
|||||||
Reference in New Issue
Block a user