diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2016-03-24 14:22:27 -0400 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2016-03-24 14:22:27 -0400 |
commit | 2493de2f556b8908dd7f135b789cfabe28347041 (patch) | |
tree | d56144c41ad65eed2115413eff79490609f1df11 | |
parent | 0e6071d3958140f6e4deb52bf4cecb7e2b21e82b (diff) |
Remove password default for AodhPassword
Change-Id: Ibf37bfd6150d212fadcc4d2e2e2d0a89cdd76c91
-rw-r--r-- | overcloud.yaml | 1 | ||||
-rw-r--r-- | puppet/controller.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index cdd7af66..19e847a5 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -17,7 +17,6 @@ parameters: type: string hidden: true AodhPassword: - default: unset description: The password for the aodh services. type: string hidden: true diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 4086fe4e..9878b28d 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -21,7 +21,6 @@ parameters: type: string default: '' AodhPassword: - default: unset description: The password for the aodh services. type: string hidden: true |