Merge "Remove nova-consoleauth"

This commit is contained in:
Zuul 2019-06-18 09:58:01 +00:00 committed by Gerrit Code Review
commit 58a5b5094c
2 changed files with 8 additions and 31 deletions

View File

@ -1,31 +0,0 @@
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% block nova_consoleauth_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %}
{% if base_package_type == 'rpm' %}
{% set nova_consoleauth_packages = [
'openstack-nova-console'
] %}
{% elif base_package_type == 'deb' %}
{% set nova_consoleauth_packages = [
'nova-consoleauth',
'python3-memcache'
] %}
{% endif %}
{{ macros.install_packages(nova_consoleauth_packages | customizable("packages")) }}
{% endif %}
{% block nova_consoleauth_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER nova

View File

@ -0,0 +1,8 @@
---
upgrade:
- |
The ``nova-consoleauth`` image has been removed. This service has been
`deprecated in nova since Rocky`__ and has not been used by other nova
services since.
__ https://specs.openstack.org/openstack/nova-specs/specs/rocky/implemented/convert-consoles-to-objects.html