Guest User

manila.conf

a guest
May 9th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. [generic]
  2. volume_name_template=manila-share-%s
  3. share_mount_path=/shares
  4. max_time_to_create_volume=180
  5. delete_share_server_with_last_share=False
  6. service_instance_smb_config_path=$share_mount_path/smb.conf
  7. volume_snapshot_name_template=manila-snapshot-%s
  8. automatic_share_server_cleanup=True
  9. share_backend_name=generic
  10. smb_template_config_path=$state_path/smb.conf
  11. driver_handles_share_servers=True
  12. share_driver= manila.share.drivers.generic.GenericShareDriver
  13. unmanage_remove_access_rules=False
  14. max_time_to_attach=120
  15. share_helpers=CIFS=manila.share.drivers.generic.CIFSHelper,NFS=manila.share.drivers.generic.NFSHelper
  16. path_to_private_key=~/.ssh/id_rsa
  17. service_network_division_mask=28
  18. service_instance_network_helper_type=neutron
  19. max_time_to_build_instance=300
  20. service_instance_password=ubuntu
  21. manila_service_keypair_name=manila-service
  22. service_network_name=manila_service_network
  23. interface_driver=manila.network.linux.interface.OVSInterfaceDriver
  24. service_network_cidr=10.254.0.0/16
  25. service_instance_flavor_id=66
  26. path_to_public_key=~/.ssh/id_rsa.pub
  27. service_image_name=manila-service-image
  28. service_instance_name_template=manila_service_instance_%s
  29. service_instance_user=ubuntu
  30. share_volume_fstype=ext4
  31. service_instance_security_group=manila-service
  32. connect_share_server_to_tenant_network=False
Add Comment
Please, Sign In to add comment