diff --git a/docker/keystone/Dockerfile.j2 b/docker/keystone/Dockerfile.j2
index fa36801bcc5a05c627265a4fab64f99b8c9385cb..b00b72a5f1d25cf119cc809ef916d8f49cdab8cd 100644
--- a/docker/keystone/Dockerfile.j2
+++ b/docker/keystone/Dockerfile.j2
@@ -61,6 +61,11 @@ RUN ln -s keystone-source/* keystone \
 
 {% endif %}
 
+# NOTE(SamYaple): This is to reintroduce a deprecated option as a quick-fix
+# until the correct new procedure is implemented.
+# TODO(SamYaple): Replace this with `keystone-manage bootstrap`
+RUN sed -i 's|token_auth json_body|token_auth admin_token_auth json_body|g' /etc/keystone/keystone-paste.ini
+
 RUN chown -R keystone: /var/www/cgi-bin/keystone \
     && chmod 755 /var/www/cgi-bin/keystone/*