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 commit7380183cf5
) (cherry picked from commitbdccc1cb76
)
This commit is contained in:
parent
cea4908c97
commit
1897de9f6f
@ -55,7 +55,7 @@ outputs:
|
||||
manila::compute::nova::nova_admin_password: {get_param: NovaPassword}
|
||||
manila::compute::nova::nova_admin_tenant_name: 'service'
|
||||
manila::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}
|
||||
manila::network::neutron::neutron_admin_auth_url: {get_param: [EndpointMap, NeutronAdmin, uri]}
|
||||
manila::network::neutron::neutron_admin_auth_url: {get_param: [EndpointMap, KeystoneInternal, uri]}
|
||||
manila::network::neutron::neutron_admin_password: {get_param: NeutronPassword}
|
||||
step_config: |
|
||||
include ::tripleo::profile::base::manila::scheduler
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- The "neutron_admin_auth_url" is now properly set using KeystoneInternal
|
||||
rather than using the NeutronAdmin endpoint.
|
Loading…
Reference in New Issue
Block a user