From f90b7555b7713ac6398f391c78a67bb126f0ecd4 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 30 Nov 2018 13:40:07 +0100 Subject: [PATCH] OSBS: remaining distribuion_scope deprecation Signed-off-by: Clement Verna --- roles/osbs-client/templates/osbs.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/osbs-client/templates/osbs.conf.j2 b/roles/osbs-client/templates/osbs.conf.j2 index ba59251aec..e9a77a0b5a 100644 --- a/roles/osbs-client/templates/osbs.conf.j2 +++ b/roles/osbs-client/templates/osbs.conf.j2 @@ -73,7 +73,6 @@ build_host = {{ default.build_host }} verify_ssl = {{ default.verify_ssl }} use_auth = {{ default.use_auth }} builder_use_auth = {{ default.builder_use_auth }} -distribution_scope = {{ default.distribution_scope }} registry_api_versions = {{ default.registry_api_versions }} {% if default.registry_secret_name %} registry_secret = {{ default.registry_secret_name }} @@ -166,7 +165,6 @@ build_host = {{ default.build_host }} verify_ssl = {{ default.verify_ssl }} use_auth = {{ default.use_auth }} builder_use_auth = {{ default.builder_use_auth }} -distribution_scope = {{ default.distribution_scope }} registry_api_versions = {{ default.registry_api_versions }} {% if default.registry_secret_name %} registry_secret = {{ default.registry_secret_name }}