diff options
author | Ethan Gafford <egafford@redhat.com> | 2016-01-21 16:19:18 -0500 |
---|---|---|
committer | Ethan Gafford <egafford@redhat.com> | 2016-01-21 16:20:30 -0500 |
commit | 1ea1a24457a2a4e6ef56ab58e883f4d3174fbe75 (patch) | |
tree | 50c5bc32eb35bb151a83968804545e14f713061e | |
parent | fe2133fa8bfface39bdf132b55b692ac349a85e1 (diff) |
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
-rw-r--r-- | overcloud.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |