use proper package name for python-oslo.vmware

python-oslo-vmware was transitional package name

Change-Id: Ieb355e30fe7162c035f342fd5b0fb2573365f428
This commit is contained in:
Marcin Juszkiewicz
2017-05-24 10:29:57 +02:00
parent 02f136025c
commit ea9228c753
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'
] %}