Skip to content
Snippets Groups Projects
Commit bf21fba7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Glance ubuntu binary container"

parents d6c77c7d 7cc7ecda
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,18 @@ RUN yum -y install \ ...@@ -14,6 +14,18 @@ RUN yum -y install \
&& yum clean all \ && yum clean all \
&& mkdir -p /etc/ceph/ && mkdir -p /etc/ceph/
{% elif base_distro in ['ubuntu'] %}
RUN apt-get install -y --no-install-recommends \
glance \
python-oslo-i18n \
python-castellan \
python-cryptography \
python-rbd \
python-rados \
&& apt-get clean \
&& mkdir -p /etc/ceph/
{% endif %} {% endif %}
{% elif install_type == 'source' %} {% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
......
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