Merge "Fix proportional autoscaler image"

This commit is contained in:
Zuul 2019-04-15 18:22:22 +00:00 committed by Gerrit Code Review
commit 4722a64f5e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ printf "Starting to run ${step}\n"
. /etc/sysconfig/heat-params
_dns_prefix=${CONTAINER_INFRA_PREFIX:-docker.io/coredns/}
_autoscaler_prefix=${CONTAINER_INFRA_PREFIX:-docker.io/googlecontainer/}
_autoscaler_prefix=${CONTAINER_INFRA_PREFIX:-gcr.io/google_containers/}
CORE_DNS=/srv/magnum/kubernetes/manifests/kube-coredns.yaml
[ -f ${CORE_DNS} ] || {