Skip to content
Snippets Groups Projects
Commit 20a8ee62 authored by Eduardo Sousa's avatar Eduardo Sousa
Browse files

Downgrading Keystone to Pike release


Keystone needs to be downgraded because there is a
bug present in user deletion for the queens version.

Change-Id: I23644cf016808c62e9648f3ae7fb6841a98decbf
Signed-off-by: default avatarEduardo Sousa <esousa@whitestack.com>
parent 9aef1dc3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get autoremove -y && \
apt-get install -y software-properties-common && \
add-apt-repository -y cloud-archive:queens && \
add-apt-repository -y cloud-archive:pike && \
apt-get update && apt dist-upgrade -y && \
apt-get install -y python-openstackclient keystone apache2 libapache2-mod-wsgi net-tools mysql-client && \
rm -rf /var/lib/apt/lists/* && \
......
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