Fix Nova authentication in Cinder configuration file
Cinder requires access to Nova during Nova assisted backups and snapshots. Both fail without proper Nova authentication section in cinder.conf file. Change-Id: I5d1fc3b466bf2df919e426d2052c1ee31c27030d Closes-Bug: #1772959
This commit is contained in:
parent
913e6572c1
commit
8af7372c3d
@ -77,9 +77,15 @@ policy_file = {{ cinder_policy_file }}
|
||||
{% endif %}
|
||||
|
||||
[nova]
|
||||
region_name = {{ openstack_region_name }}
|
||||
interface = internal
|
||||
token_auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
|
||||
auth_url = {{ keystone_admin_url }}
|
||||
auth_type = password
|
||||
project_domain_id = {{ default_project_domain_id }}
|
||||
user_domain_id = {{ default_user_domain_id }}
|
||||
region_name = {{ openstack_region_name }}
|
||||
project_name = service
|
||||
username = {{ nova_keystone_user }}
|
||||
password = {{ nova_keystone_password }}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ cinder_database_user }}:{{ cinder_database_password }}@{{ cinder_database_address }}/{{ cinder_database_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user