Import not found for glance
Glance now depends on python-castellan and python-cryptography but the package is not in the package depends list. Change-Id: I8ba8c191572b0c7f51df5948a2951d9a7e0aead4 Closes-Bug: #1492641
This commit is contained in:
parent
7f81dbc85b
commit
e32dcd5d1d
@ -8,6 +8,8 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
openstack-glance \
|
openstack-glance \
|
||||||
python-oslo-i18n \
|
python-oslo-i18n \
|
||||||
|
python-castellan \
|
||||||
|
python-cryptography \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user