Merge "use proper package name for python-oslo.vmware"

This commit is contained in:
Jenkins 2017-05-26 14:04:50 +00:00 committed by Gerrit Code Review
commit 330a367da2
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -20,7 +20,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'neutron-lbaasv2-agent',
'python-neutron-lbaas',
'python-neutron-vpnaas',
'python-oslo-vmware'
'python-oslo.vmware'
] %}
{% endif %}

View File

@ -35,7 +35,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'openvswitch-switch',
'open-iscsi',
'python-ironicclient',
'python-oslo-vmware',
'python-oslo.vmware',
'sysfsutils'
] %}