keystone: Create temporal required dir

Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
This commit is contained in:
Obed N Munoz
2017-02-10 12:09:59 -06:00
parent 040327f7a4
commit 998c3bf39b
+3 -1
View File
@@ -3,12 +3,14 @@ MAINTAINER obed.n.munoz@intel.com
ARG swupd_args=""
RUN swupd update $swupd_args
RUN swupd update $swupd_args
RUN swupd bundle-add openstack-identity openstack-python-clients $swupd_args
RUN rm -rf /var/lib/swupd/*
# Keystone
RUN mkdir /etc/keystone
RUN mkdir -p /etc/keystone
RUN mkdir -p /var/tmp
COPY keystone.conf /etc/keystone
RUN mkdir -p /etc/nginx/ssl