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

This commit is contained in:
Jenkins 2016-02-14 19:35:32 +00:00 committed by Gerrit Code Review
commit 1733a701dd

@ -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