Downgrading Keystone to Pike release 76/7376/1
authorEduardo Sousa <esousa@whitestack.com>
Fri, 29 Mar 2019 18:37:59 +0000 (18:37 +0000)
committerEduardo Sousa <esousa@whitestack.com>
Fri, 29 Mar 2019 18:38:03 +0000 (18:38 +0000)
Keystone needs to be downgraded because there is a
bug present in user deletion for the queens version.

Change-Id: I23644cf016808c62e9648f3ae7fb6841a98decbf
Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
docker/Keystone/Dockerfile

index 2030aa5..3d7683d 100644 (file)
@@ -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/* && \