From 4ec9e65c418c38e80be5850a297174516590340e Mon Sep 17 00:00:00 2001
From: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Date: Tue, 10 Apr 2018 12:23:41 +0300
Subject: [PATCH] Don't use keystone admin endpoint for nova placement

We're trying to move away from using keystone's admin endpoint. This
uses the internal one instead.

Change-Id: I9aabf0ac8f1fb21f835937fa4354cad3c8443211
---
 puppet/services/nova-placement.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/puppet/services/nova-placement.yaml b/puppet/services/nova-placement.yaml
index 920bf0ab31..2e31c5276d 100644
--- a/puppet/services/nova-placement.yaml
+++ b/puppet/services/nova-placement.yaml
@@ -97,7 +97,7 @@ outputs:
           nova::keystone::authtoken::project_name: 'service'
           nova::keystone::authtoken::password: {get_param: NovaPassword}
           nova::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
-          nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
+          nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
           nova::wsgi::apache_placement::api_port: '8778'
           nova::wsgi::apache_placement::ssl: {get_param: EnableInternalTLS}
           # NOTE: bind IP is found in hiera replacing the network name with the local node IP