Remove unused manila_share_nodes_count variable

The manila_share_nodes_count variable is defined, but not used
anywhere. In some services this is used for the replica count,
but manila (similar to cinder) has a hard-coded replica count
of 1 and therefore this variable is not needed.

Change-Id: I6398871a0a8c235e626748206dda617dadb06895
(cherry picked from commit 9ca6d5a194)
This commit is contained in:
Jesse Pretorius (odyssey4me) 2020-01-13 17:20:09 +00:00
parent 6247b7a4bb
commit 545b480924
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ class tripleo::profile::pacemaker::manila::share_bundle (
if $step >= 5 {
if $pacemaker_master {
$manila_share_nodes_count = count(hiera('manila_share_short_node_names', []))
$manila_cephfs_protocol_helper_type = hiera('manila::backend::cephfs::cephfs_protocol_helper_type', '')
$docker_vol_arr = delete(any2array($docker_volumes), '').flatten()