diff options
author | Dan Prince <dprince@redhat.com> | 2015-01-20 08:49:53 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-01-27 09:07:19 -0500 |
commit | 0fce77e3c2169a05d84ee6e7b76fe651429aa380 (patch) | |
tree | b72e2f1bef557bee93393bd05bef10b95082bb39 /cinder-storage-puppet.yaml | |
parent | 8633aca4ed5461b5758866f5b64fdaf9957ae151 (diff) |
Remove unused cinder params from -without-mergepy
Cinder block storage nodes shouldn't need to know the
AdminPassword and CinderPassword values. There are
no services which require Keystone related passwords
on the block storage nodes.
Change-Id: I4aa89347c60ec6258bd66725a895f6fd2b4844f6
Diffstat (limited to 'cinder-storage-puppet.yaml')
-rw-r--r-- | cinder-storage-puppet.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cinder-storage-puppet.yaml b/cinder-storage-puppet.yaml index c1cbffb0..31dae229 100644 --- a/cinder-storage-puppet.yaml +++ b/cinder-storage-puppet.yaml @@ -1,10 +1,6 @@ heat_template_version: 2014-10-16 description: 'Block Storage Configuration w/ Puppet' parameters: - #FIXME: this should not be required - AdminPassword: - default: '' - type: string Image: default: overcloud-cinder-volume type: string @@ -16,12 +12,6 @@ parameters: default: 5000 description: The size of the loopback file used by the cinder LVM driver. type: number - # FIXME: this should not be required - CinderPassword: - default: unset - description: The password for the cinder service account, used by cinder-api. - hidden: true - type: string VirtualIP: default: '' type: string |