Skip to content
Snippets Groups Projects
Commit 44ce6266 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Add nova-serialproxy container


Change-Id: I9cd7e6d26af913f06f6b9119496e2f228266b293
Partially-Implements: blueprint nova-proxies
Signed-off-by: default avatarEduardo Gonzalez <dabarren@gmail.com>
parent c960d44b
No related branches found
No related tags found
No related merge requests found
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
MAINTAINER {{ maintainer }}
{% block nova_serialproxy_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
{% set nova_serialproxy_packages = [
'openstack-nova-serialproxy'
] %}
{% elif base_distro in ['ubuntu'] %}
{% set nova_serialproxy_packages = [
'nova-serialproxy'
] %}
{% endif %}
{{ macros.install_packages(nova_serialproxy_packages | customizable("packages")) }}
{% endif %}
{% block nova_serialproxy_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
USER nova
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment