From 1ea1a24457a2a4e6ef56ab58e883f4d3174fbe75 Mon Sep 17 00:00:00 2001 From: Ethan Gafford Date: Thu, 21 Jan 2016 16:19:18 -0500 Subject: 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 --- overcloud.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'overcloud.yaml') 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 -- cgit 1.2.3-korg