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

Merge "Fix keystone initial auth mechanism"

parents 1733a701 8ef74347
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,11 @@ RUN ln -s keystone-source/* keystone \ ...@@ -61,6 +61,11 @@ RUN ln -s keystone-source/* keystone \
{% endif %} {% 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 \ RUN chown -R keystone: /var/www/cgi-bin/keystone \
&& chmod 755 /var/www/cgi-bin/keystone/* && chmod 755 /var/www/cgi-bin/keystone/*
......
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