Cinder: modernize nova config
As describe here: https://github.com/openstack/cinder/blob/master/cinder/compute/nova.py#L42 * remove 'nova_catalog_info' deprecated option * add new [nova] section Change-Id: Ib89a589c8eb8d81839bd4d07d7174b3272136934
This commit is contained in:
parent
161607f97c
commit
84738f062d
@ -51,7 +51,6 @@ osapi_volume_listen = {{ api_interface_address }}
|
||||
osapi_volume_listen_port = {{ cinder_api_port }}
|
||||
|
||||
api_paste_config = /etc/cinder/api-paste.ini
|
||||
nova_catalog_info = compute:nova:internalURL
|
||||
|
||||
auth_strategy = keystone
|
||||
|
||||
@ -65,6 +64,11 @@ topics = notifications
|
||||
driver = noop
|
||||
{% endif %}
|
||||
|
||||
[nova]
|
||||
region_name = {{ openstack_region_name }}
|
||||
interface = internal
|
||||
token_auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ cinder_database_user }}:{{ cinder_database_password }}@{% if orchestration_engine == 'KUBERNETES' %}{{ cinder_database_address }}{% else %}{{ cinder_database_address }}{% endif %}/{{ cinder_database_name }}
|
||||
max_retries = -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user