From bdccc1cb760ea545dc1c0e12b1088e3b61886929 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Thu, 24 Aug 2017 15:55:41 -0400 Subject: manila: set "neutron_admin_auth_url" correctly It was being set using NeutronAdmin endpoint but it is an authorization url. Set it using KeystoneInternal endpoint. Change-Id: I23f4a895628ac909a1fe1f93cecefa84f25858b1 Closes-Bug: #1712908 (cherry picked from commit 7380183cf590b74f5ad84bb40a8afa08979c235b) --- releasenotes/notes/fix-neutron_admin_auth_url-c88224251d8eb807.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/fix-neutron_admin_auth_url-c88224251d8eb807.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/fix-neutron_admin_auth_url-c88224251d8eb807.yaml b/releasenotes/notes/fix-neutron_admin_auth_url-c88224251d8eb807.yaml new file mode 100644 index 00000000..fa4074b1 --- /dev/null +++ b/releasenotes/notes/fix-neutron_admin_auth_url-c88224251d8eb807.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - The "neutron_admin_auth_url" is now properly set using KeystoneInternal + rather than using the NeutronAdmin endpoint. -- cgit 1.2.3-korg