Skip to content

Commit

Permalink
Make sure endpoint definition is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Mar 8, 2012
1 parent 7fcfbd1 commit 52e1281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/cookbooks/keystone/recipes/server.rb
Expand Up @@ -211,9 +211,9 @@
token node[:keystone][:service][:token]
endpoint_service "keystone"
endpoint_region "RegionOne"
endpoint_publicURL "http://#{pub_ipaddress}:#{node[:keystone][:api][:service_port]}/v2.0"
endpoint_adminURL "http://#{my_ipaddress}:#{node[:keystone][:api][:admin_port]}/v2.0"
endpoint_internalURL "http://#{my_ipaddress}:#{node[:keystone][:api][:service_port]}/v2.0"
endpoint_publicURL "http://#{pub_ipaddress}:#{node[:keystone][:api][:service_port]}/v2.0"
# endpoint_global true
# endpoint_enabled true
action :add_endpoint_template
Expand Down

0 comments on commit 52e1281

Please sign in to comment.