Skip to content
Snippets Groups Projects
Commit 1733a701 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Install keystone-dist-paste.ini in /etc/keystone"

parents e3837ce9 03568ce8
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ RUN yum -y install openstack-keystone \
&& yum clean all
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/admin \
&& 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