tripleo-heat-templates/releasenotes/notes/fix-neutron_admin_auth_url-c88224251d8eb807.yaml
Tom Barron 7380183cf5 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
2017-08-24 16:33:49 -04:00

5 lines
136 B
YAML

---
fixes:
- The "neutron_admin_auth_url" is now properly set using KeystoneInternal
rather than using the NeutronAdmin endpoint.