From 6f91f687ea9ff6bc05023cb8a89d659f471ef52f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 22 Nov 2018 12:03:17 +0000 Subject: [PATCH] Correct MariaDB proxy suffix In https://review.openstack.org/577945 the suffix was changed from 'mariadb' to 'MariaDB', so this env var should also be changed to match it. Change-Id: Ic6ee98e0d74eb31b067de398de2739ed7a50d438 --- roles/mirror-info/templates/mirror_info.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirror-info/templates/mirror_info.sh.j2 b/roles/mirror-info/templates/mirror_info.sh.j2 index 3f5d09fc..906ec198 100644 --- a/roles/mirror-info/templates/mirror_info.sh.j2 +++ b/roles/mirror-info/templates/mirror_info.sh.j2 @@ -71,4 +71,4 @@ export NODEPOOL_TARBALLS_PROXY=${NODEPOOL_TARBALLS_PROXY:-http://$NODEPOOL_MIRRO # can only override hosts, not the entire base URL. export NODEPOOL_LXC_IMAGE_PROXY=${NODEPOOL_LXC_IMAGE_PROXY:-$NODEPOOL_MIRROR_HOST:8080/images.linuxcontainers} export NODEPOOL_PERCONA_PROXY=${NODEPOOL_PERCONA_PROXY:-$NODEPOOL_MIRROR_HOST:8080/percona} -export NODEPOOL_MARIADB_PROXY=${NODEPOOL_MARIADB_PROXY:-$NODEPOOL_MIRROR_HOST:8080/mariadb} +export NODEPOOL_MARIADB_PROXY=${NODEPOOL_MARIADB_PROXY:-$NODEPOOL_MIRROR_HOST:8080/MariaDB}