default_share_type = default_share_type
share_name_template = manila-%s
rootwrap_config = /etc/manila/rootwrap.conf
api_paste_config = /etc/manila/api-paste.ini
auth_strategy = keystone
my_ip=192.168.82.2
enabled_share_backends = lvm
enabled_share_protocols = NFS
state_path=/var/lib/manila
[lvm]
share_backend_name = LVM
share_driver = manila.share.drivers.lvm.LVMShareDriver
driver_handles_share_servers = False
lvm_share_volume_group = VGZunManila
lvm_share_export_ips = 192.168.82.2
lvm_share_export_root = $state_path/mnt
After the reboot LVMs are there but they are mounted on their respective share location.