summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted
diff options
context:
space:
mode:
authorJianlin Liu <jialiu@redhat.com>2017-09-12 15:30:08 +0800
committerGitHub <noreply@github.com>2017-09-12 15:30:08 +0800
commitf5d301b89037f4763ef220146df3d002b6370cd6 (patch)
tree3e6fac3aa1857beac84cbcb52cd58982f76947d1 /roles/openshift_hosted
parent555503784981589562a281e0d96ed89114a02e61 (diff)
downloadopenshift-f5d301b89037f4763ef220146df3d002b6370cd6.tar.gz
openshift-f5d301b89037f4763ef220146df3d002b6370cd6.tar.bz2
openshift-f5d301b89037f4763ef220146df3d002b6370cd6.tar.xz
openshift-f5d301b89037f4763ef220146df3d002b6370cd6.zip
Update registry_config.j2
Diffstat (limited to 'roles/openshift_hosted')
-rw-r--r--roles/openshift_hosted/templates/registry_config.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2
index 61da452de..0c3c492a7 100644
--- a/roles/openshift_hosted/templates/registry_config.j2
+++ b/roles/openshift_hosted/templates/registry_config.j2
@@ -53,7 +53,7 @@ storage:
{% if openshift_hosted_registry_storage_swift_domain is defined %}
domain: {{ openshift_hosted_registry_storage_swift_domain }}
{% endif -%}
-{% if openshift_hosted_registry_storage_swift_domainid %}
+{% if openshift_hosted_registry_storage_swift_domainid is defined %}
domainid: {{ openshift_hosted_registry_storage_swift_domainid }}
{% endif -%}
{% elif openshift_hosted_registry_storage_provider | default('') == 'gcs' %}