From a224a2b6577e9f22adaf6813a062f81e737762db Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 30 Jul 2019 13:58:35 -0700 Subject: [PATCH] Replace deprecated "lvm_share_export_ip" opt The config opt for manila's LVM driver: "lvm_share_export_ip" has been deprecated in favor of "lvm_share_export_ips" [1]. [1] Ib3594aa5d7751c829820fce830d87f6ceea6b049 Change-Id: If69f32560cf846aeef40335f726c16ccc0bb3c38 --- etc/openstack_deploy/openstack_user_config.yml.example | 2 +- .../roles/bootstrap-host/templates/user_variables_manila.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/openstack_deploy/openstack_user_config.yml.example b/etc/openstack_deploy/openstack_user_config.yml.example index 4af00b3cd0..d7ed81d663 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.example +++ b/etc/openstack_deploy/openstack_user_config.yml.example @@ -764,7 +764,7 @@ # share_driver: manila.share.drivers.lvm.LVMShareDriver # driver_handles_share_servers: False # lvm_share_volume_group: manila-shares -# lvm_share_export_ip: "10.1.1.1" +# lvm_share_export_ips: 10.1.1.1 # filter_function: "share.size >= 0" # goodness_function: "share.size >= 0" # diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index 1ca4c251af..1717cf1912 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -35,7 +35,7 @@ manila_backends: share_driver: manila.share.drivers.lvm.LVMShareDriver driver_handles_share_servers: False lvm_share_volume_group: manila-shares - lvm_share_export_ip: "172.29.244.100" + lvm_share_export_ips: 172.29.244.100 generic: share_backend_name: GENERIC share_driver: manila.share.drivers.generic.GenericShareDriver