diff --git a/recipes/server.rb b/recipes/server.rb index 2acac24..c1f8412 100644 --- a/recipes/server.rb +++ b/recipes/server.rb @@ -250,7 +250,7 @@ end ## Add Endpoints ## node.set["keystone"]["adminURL"] = identity_admin_endpoint.to_s -node.set["keystone"]["internalURL"] = identity_admin_endpoint.to_s +node.set["keystone"]["internalURL"] = identity_endpoint.to_s node.set["keystone"]["publicURL"] = identity_endpoint.to_s Chef::Log.info "Keystone AdminURL: #{identity_admin_endpoint.to_s}"