From c03ed4d38d67ba552b885ff664c4ebfbdec0c14a Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 31 Aug 2017 13:02:14 +0200 Subject: Unset default value for the DockerCephDaemonImage We do not want a default value for the container image name parameters and expect deployers to set this value instead. Change-Id: I9377b7c3564360353aa6da2d2457b2cfacd4e9d6 Closes-Bug: #1714221 (cherry picked from commit fcc3259891ee67956d63c37217acdb999bc4bb65) --- docker/services/ceph-ansible/ceph-base.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'docker') diff --git a/docker/services/ceph-ansible/ceph-base.yaml b/docker/services/ceph-ansible/ceph-base.yaml index bf2c86c4..3eba2091 100644 --- a/docker/services/ceph-ansible/ceph-base.yaml +++ b/docker/services/ceph-ansible/ceph-base.yaml @@ -118,7 +118,6 @@ parameters: DockerCephDaemonImage: description: image type: string - default: 'ceph/daemon:tag-build-master-jewel-centos-7' conditions: custom_registry_host: -- cgit 1.2.3-korg