From: Ethan Gafford Date: Thu, 21 Jan 2016 21:19:18 +0000 (-0500) Subject: Removing Sahara password default X-Git-Tag: opnfv-6.0.0~2207^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1ea1a24457a2a4e6ef56ab58e883f4d3174fbe75;p=apex-tripleo-heat-templates.git Removing Sahara password default In prior commit, added default for Sahara password in order to avoid circular dependency. Removing this default now in order to force password per other service definitions. Change-Id: I91f98039e520804b25aaededefa25e80992ba6b5 Partially-implements: bp sahara-integration --- diff --git a/overcloud.yaml b/overcloud.yaml index b3978048..a27cef0a 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -545,8 +545,6 @@ parameters: description: How many replicas to use in the swift rings. SaharaPassword: description: The password for the sahara service account. - # TODO(egafford): Remove default on merge of https://review.openstack.org/#/c/221418/ (added to avoid circular dep) - default: unset type: string hidden: true