Merge "Ensure create a volume from image"

This commit is contained in:
Zuul 2019-02-14 04:35:01 +00:00 committed by Gerrit Code Review
commit ada7167002
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ default_volume_type = {{ cinder_default_volume_type }}
{% if cinder_backends is defined %}
enabled_backends={% for backend in cinder_backends|dictsort %}{{ backend.0 }}{% if not loop.last %},{% endif %}{% endfor %}
# Ensure that user can create a new volume by cloning image-volume
allowed_direct_url_schemes = cinder
# All given backend(s)
{% for backend_section in cinder_backends|dictsort %}
[{{ backend_section.0 }}]