Previously, the Cinder NetApp back-end driver failed during initialization when the user specified empty string values for some deprecated parameters.
With this update, empty string values for deprecated NetApp parameters are converted to valid NetApp driver configuration automatically and the Cinder NetApp back-end driver initializes successfully.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:3789
Verified on: puppet-tripleo-7.4.12-10.el7ost.noarch Using this yml to deploy (undercloud) [stack@undercloud-0 ~]$ cat /home/stack/virt/storage-config.yaml resource_registry: OS::TripleO::Services::CinderBackendNetApp: /usr/share/openstack-tripleo-heat-templates/puppet/services/cinder-backend-netapp.yaml parameter_defaults: CinderEnableNetAppBackend: true CinderNetappBackendName: 'tripleo_netapp2' CinderNetappLogin: 'qeadmin' CinderNetappPassword: 'Qum10net' CinderNetappServerHostname: '10.46.2.1' CinderNetappServerPort: 80 CinderNetappTransportType: 'http' CinderNetappStorageProtocol: 'iscsi' CinderNetappVolumeList: 'rhos_cinder' CinderNetappVserver: 'vserver-rhos-qe' CinderNetappStoragePools: '' -> Added to verify this bz. Deployment completed successfully $cinder service-list +------------------+---------------------------+------+---------+-------+----------------------------+-----------------+ | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | +------------------+---------------------------+------+---------+-------+----------------------------+-----------------+ | cinder-scheduler | hostgroup | nova | enabled | up | 2018-11-23T23:12:21.000000 | - | | cinder-volume | hostgroup@tripleo_iscsi | nova | enabled | up | 2018-11-23T23:12:16.000000 | - | | cinder-volume | hostgroup@tripleo_netapp2 | nova | enabled | up | 2018-11-23T23:12:13.000000 | - | +------------------+---------------------------+------+---------+-------+----------------------------+-----------------+ $ cinder create 1 | os-vol-host-attr:host | hostgroup@tripleo_netapp2#rhos_cinder | | status | available