[Queens-only] Fix redis pull error on tls-e

Now that paunch does a docker pull all the time in queens
(https://review.opendev.org/#/c/753082/), we need to
use the non-pcmk image. Otherwise we error out with:

  Error: image rh-osbs/rhosp13-openstack-redis:pcmklatest not found

Reported-By: Luca Miccini <lmiccini@redhat.com>
Co-Authored-By: Damien Ciabrini <dciabrin@redhat.com>

Change-Id: I62d8790a8ec46128c0d74bad4debb0d03d05c835
This commit is contained in:
Michele Baldessari 2020-11-05 21:20:52 +01:00
parent e954f302b0
commit 4cf54e210a
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ outputs:
- internal_tls_enabled
- redis_tls_proxy:
start_order: 3
image: *redis_image_pcmklatest
image: *redis_config_image
net: host
user: root
restart: always