
This package was not required until now. The Cinder API may have gone through some changes recentrly to now require this package. Change-Id: Id3eac9716d11213fec0af6dff11fbec1e3045550 Closes-bug: #1469182
8 lines
223 B
Docker
8 lines
223 B
Docker
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%cinder-base:%%KOLLA_TAG%%
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
RUN yum install -y python-keystone && yum clean all
|
|
COPY ./start.sh ./check.sh /
|
|
|
|
CMD ["/start.sh"]
|