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'] %}
{% set glance_base_packages = [
'glance',
'python-os-brick',
'python-oslo.vmware',
'python-rados',
'python-rbd',
'python-os-brick'
'python-rbd'
] %}
{% endif %}