Fix typos, extreamio and xtreamio to xtremio

dellemc_extremio_iscsi is a wrong name.
It has to be dellemc_xtremio_iscsi.
And xtreamio should be xtremio.

Conflicts:
 manifests/profile/base/cinder/volume.pp

Change-Id: I7ba7b3ca151bf101742dc84ad80204cda42e2dbb
(cherry picked from commit ef40cb9fce)
(cherry picked from commit 8c8fa83339)
(cherry picked from commit d717538f27)
This commit is contained in:
Keigo Noha 2020-08-13 11:37:41 +09:00
parent b811d8e1e5
commit 9b81e063ec
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
# Defaults to false
#
# [*cinder_enable_dellemc_xtremio_iscsi_backend*]
# (Optional) Whether to enable the extremio iscsi backend
# (Optional) Whether to enable the xtremio iscsi backend
# Defaults to false
#
# [*cinder_enable_hpelefthand_backend*]
@ -155,7 +155,7 @@ class tripleo::profile::base::cinder::volume (
if $cinder_enable_dellemc_xtremio_iscsi_backend {
include ::tripleo::profile::base::cinder::volume::dellemc_xtremio_iscsi
$cinder_dellemc_xtreamio_iscsi_backend_name = hiera('cinder::backend::dellemc_extremio_iscsi::volume_backend_name',
$cinder_dellemc_xtremio_iscsi_backend_name = hiera('cinder::backend::dellemc_xtremio_iscsi::volume_backend_name',
'tripleo_dellemc_xtremio_iscsi')
} else {
$cinder_dellemc_xtremio_iscsi_backend_name = undef

View File

@ -28,7 +28,7 @@ describe 'tripleo::profile::base::cinder::volume::dellemc_xtremio_iscsi' do
is_expected.to contain_class('tripleo::profile::base::cinder::volume::dellemc_xtremio_iscsi')
is_expected.to contain_class('tripleo::profile::base::cinder::volume')
is_expected.to contain_class('tripleo::profile::base::cinder')
is_expected.to_not contain_cinder__backend__dellemc_xtreamio_iscsi('tripleo_dellemc_xtremio_iscsi')
is_expected.to_not contain_cinder__backend__dellemc_xtremio_iscsi('tripleo_dellemc_xtremio_iscsi')
end
end