Merge "Import not found for glance"

This commit is contained in:
Jenkins 2015-09-06 19:05:44 +00:00 committed by Gerrit Code Review
commit 47f5b09c2c

View File

@ -8,6 +8,8 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-glance \
python-oslo-i18n \
python-castellan \
python-cryptography \
&& yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %}