Merge "Fix cinder config group in nova.conf"
This commit is contained in:
commit
2b3ec9fa18
@ -123,8 +123,10 @@ api_servers = {{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETE
|
|||||||
|
|
||||||
num_retries = {{ groups['glance-api'] | length }}
|
num_retries = {{ groups['glance-api'] | length }}
|
||||||
|
|
||||||
|
{% if enable_cinder | bool %}
|
||||||
[cinder]
|
[cinder]
|
||||||
catalog_info = volumev2:cinderv2:internalURL
|
catalog_info = volumev2:cinderv2:internalURL
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[neutron]
|
[neutron]
|
||||||
{% if orchestration_engine == 'KUBERNETES' %}
|
{% if orchestration_engine == 'KUBERNETES' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user