Remove zaqar client from openstack-base and heat-engine
Change-Id: Idfec98f5dee6419dabbd0824b60af60eb0ecd3f2
This commit is contained in:
parent
fc89e57c1c
commit
2305c12c56
@ -12,7 +12,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set heat_engine_packages = [
|
||||
'openstack-heat-engine',
|
||||
'python3-barbicanclient',
|
||||
'python3-zaqarclient'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{# TODO(mnasiadka): Remove extra clients once bug 1893935 is solved in UCA #}
|
||||
|
@ -96,7 +96,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python3-troveclient',
|
||||
'python3-vitrageclient',
|
||||
'python3-webob',
|
||||
'python3-zaqarclient',
|
||||
'systemd-sysv'
|
||||
] %}
|
||||
|
||||
@ -139,7 +138,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
'python3-swiftclient',
|
||||
'python3-troveclient',
|
||||
'python3-zake',
|
||||
'python3-zaqarclient'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
@ -306,7 +304,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
'python-swiftclient',
|
||||
'python-troveclient',
|
||||
'python-vitrageclient',
|
||||
'python-zaqarclient',
|
||||
'pytz',
|
||||
'repoze.lru',
|
||||
'requests',
|
||||
|
Loading…
Reference in New Issue
Block a user