Cleanup manila netapp deprecated option usage

"netapp_root_volume_name" is deprecated in
favor of "netapp_root_volume" and manila will
no longer accept the older option name [1]

[1] https://review.opendev.org/745206/
Depends-On: I3891e8278c5b4a08d1baf435adede425498c3652
Change-Id: I3413897992a6f4ad577735cb0adbb8d1d8989e38
This commit is contained in:
Goutham Pacha Ravi 2020-08-11 16:06:24 -07:00
parent 3a8227117e
commit 6f98d5eaca
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class tripleo::profile::base::manila::share (
netapp_lif_name_template => hiera('manila::backend::netapp::netapp_lif_name_template'),
netapp_aggregate_name_search_pattern => hiera('manila::backend::netapp::netapp_aggregate_name_search_pattern'),
netapp_root_volume_aggregate => hiera('manila::backend::netapp::netapp_root_volume_aggregate'),
netapp_root_volume_name => hiera('manila::backend::netapp::netapp_root_volume'),
netapp_root_volume => hiera('manila::backend::netapp::netapp_root_volume'),
netapp_port_name_search_pattern => hiera('manila::backend::netapp::netapp_port_name_search_pattern'),
netapp_trace_flags => hiera('manila::backend::netapp::netapp_trace_flags'),
}