Alphabetical order install item

Change-Id: I6c8b07d033cb621d49c0e293f109d9776a65cdf8
This commit is contained in:
zhubingbing 2017-06-19 09:12:33 +08:00
parent 359fb0c7b1
commit b2404f66de
1 changed files with 2 additions and 2 deletions

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 %}