Skip to content
Snippets Groups Projects
Commit 3a10f2d6 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

No need the keystone-dist-paste.ini file

This file is in the expected path when using CentOS binary install

TrivialFix

Change-Id: Ic64d2bed4791250065464b6bdb6cc0992c858aaf
parent 32936b59
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ RUN yum -y install openstack-keystone \ ...@@ -11,7 +11,6 @@ RUN yum -y install openstack-keystone \
&& yum clean all && yum clean all
RUN mkdir -p /var/www/cgi-bin/keystone \ RUN mkdir -p /var/www/cgi-bin/keystone \
&& cp -a /usr/share/keystone/keystone-dist-paste.ini /etc/keystone/keystone-paste.ini \
&& cp -a /usr/share/keystone/keystone.wsgi /var/www/cgi-bin/keystone/main \ && cp -a /usr/share/keystone/keystone.wsgi /var/www/cgi-bin/keystone/main \
&& cp -a /usr/share/keystone/keystone.wsgi /var/www/cgi-bin/keystone/admin \ && cp -a /usr/share/keystone/keystone.wsgi /var/www/cgi-bin/keystone/admin \
&& sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf && sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf
......
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