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