Merge "Fix cinder config group in nova.conf"

This commit is contained in:
Jenkins 2017-03-30 15:03:47 +00:00 committed by Gerrit Code Review
commit 2b3ec9fa18

View File

@ -123,8 +123,10 @@ api_servers = {{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETE
num_retries = {{ groups['glance-api'] | length }}
{% if enable_cinder | bool %}
[cinder]
catalog_info = volumev2:cinderv2:internalURL
{% endif %}
[neutron]
{% if orchestration_engine == 'KUBERNETES' %}