Merge "Alphabetical order install item"

This commit is contained in:
Jenkins 2017-07-04 11:45:42 +00:00 committed by Gerrit Code Review
commit 1a546eda46

View File

@ -18,10 +18,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_distro in ['debian', 'ubuntu'] %} {% elif base_distro in ['debian', 'ubuntu'] %}
{% set glance_base_packages = [ {% set glance_base_packages = [
'glance', 'glance',
'python-os-brick',
'python-oslo.vmware', 'python-oslo.vmware',
'python-rados', 'python-rados',
'python-rbd', 'python-rbd'
'python-os-brick'
] %} ] %}
{% endif %} {% endif %}