diff options
| -rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index d733639c3..4e0989c5f 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -300,8 +300,7 @@ def set_registry_url_if_unset(facts):                  if deployment_type == 'enterprise':                      registry_url = "openshift3/ose-${component}:${version}"                  elif deployment_type == 'online': -                    registry_url = ("docker-registry.ops.rhcloud.com/" -                                    "openshift3/ose-${component}:${version}") +                    registry_url = ("openshift3/ose-${component}:${version}")                  facts[role]['registry_url'] = registry_url      return facts | 
