Fix eqlx chap password
authorAlex Schultz <aschultz@redhat.com>
Fri, 7 Oct 2016 20:49:19 +0000 (14:49 -0600)
committerAlex Schultz <aschultz@redhat.com>
Fri, 7 Oct 2016 20:49:19 +0000 (14:49 -0600)
The hiera key generated by THT is eqlx_chap_password and not
eql_san_password.

https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/extraconfig/pre_deploy/controller/cinder-eqlx.yaml#L63

Change-Id: Ic062d9060f0ce437336e2bd6aaca3887fc33c8cf
Closes-Bug: #1631527

manifests/profile/base/cinder/volume/eqlx.pp

index 2399459..fe24f4b 100644 (file)
@@ -43,7 +43,7 @@ class tripleo::profile::base::cinder::volume::eqlx (
       eqlx_pool          => hiera('cinder::backend::eqlx::eqlx_pool', undef),
       eqlx_use_chap      => hiera('cinder::backend::eqlx::eqlx_use_chap', undef),
       eqlx_chap_login    => hiera('cinder::backend::eqlx::eqlx_chap_login', undef),
-      eqlx_chap_password => hiera('cinder::backend::eqlx::eqlx_san_password', undef),
+      eqlx_chap_password => hiera('cinder::backend::eqlx::eqlx_chap_password', undef),
     }
   }