Revert "Install master's version of an RDO keystone"

This commit installed a custom built version of master RDO keystone.
In order for the gate to pass, this custom built version needs to be
reverted.

This reverts commit c5f27aa8a6.

Change-Id: I440c38e485c1ee345c64b1172551bd5a11793716
This commit is contained in:
Steven Dake 2016-03-21 15:32:35 -07:00
parent 0b0992687a
commit 1cd8be82c0

View File

@ -4,9 +4,7 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %} {% if install_type == 'binary' %}
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %} {% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
# TODO(sdake)Revert this change before release of Mitaka RUN yum -y install openstack-keystone \
RUN yum -y install https://copr-be.cloud.fedoraproject.org/results/sdake/Keystone/epel-7-x86_64/00167586-openstack-keystone/openstack-keystone-9.0.0-0.sdake.el7.centos.noarch.rpm \
https://copr-be.cloud.fedoraproject.org/results/sdake/Keystone/epel-7-x86_64/00167586-openstack-keystone/python-keystone-9.0.0-0.sdake.el7.centos.noarch.rpm \
python-keystoneclient \ python-keystoneclient \
httpd \ httpd \
mod_wsgi \ mod_wsgi \