Changed identity to proper identity-api

Previous commit had wrong endpoint key. Should have
been identity-api, not identity.

Change-Id: Ia280b7e0da81cdb57d4ffc00ef639b31de0c5dd8
This commit is contained in:
Jay Pipes 2013-07-24 17:31:37 -04:00
parent ee622854d1
commit 2f474342ce
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ service "nova-api-ec2" do
action :enable
end
identity_endpoint = endpoint "identity"
identity_endpoint = endpoint "identity-api"
service_pass = service_password "openstack-compute"
template "/etc/nova/api-paste.ini" do

View File

@ -56,7 +56,7 @@ service "nova-api-metadata" do
action :enable
end
identity_endpoint = endpoint "identity-admin"
identity_endpoint = endpoint "identity-api"
service_pass = service_password "openstack-compute"
template "/etc/nova/api-paste.ini" do

View File

@ -57,7 +57,7 @@ service "nova-api-os-compute" do
action [:enable, :start]
end
identity_endpoint = endpoint "identity"
identity_endpoint = endpoint "identity-api"
service_pass = service_password "openstack-compute"
template "/etc/nova/api-paste.ini" do