Merge "manila: set "neutron_admin_auth_url" correctly"
This commit is contained in:
commit
619e9f8c88
@ -70,7 +70,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…
x
Reference in New Issue
Block a user