Merge "Remove unused manila_share_nodes_count variable" into stable/train

This commit is contained in:
Zuul 2020-01-22 18:00:44 +00:00 committed by Gerrit Code Review
commit 136cd175a7
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,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()