diff --git a/docker/keystone/Dockerfile.j2 b/docker/keystone/Dockerfile.j2
index f7359dd25600d9e4a3c1fd6155d5574e5f544bd4..65b1eab636ef75e6f459ee5f99faec1fa8ed5a42 100644
--- a/docker/keystone/Dockerfile.j2
+++ b/docker/keystone/Dockerfile.j2
@@ -4,9 +4,7 @@ MAINTAINER {{ maintainer }}
 {% if install_type == 'binary' %}
     {% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
 
-# TODO(sdake)Revert this change before release of Mitaka
-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 \
+RUN yum -y install openstack-keystone \
         python-keystoneclient \
         httpd \
         mod_wsgi \