This section provides an example Manila configuration file (manila.conf
) that contains one backend - for clustered Data ONTAP without share server management.
[keystone_authtoken] signing_dir = /var/cache/manila admin_password = nomoresecrete admin_user = manila admin_tenant_name = service auth_protocol = http auth_port = 35357 auth_host = 10.236.168.134 [DEFAULT] rabbit_userid = stackrabbit rabbit_password = stackqueue rabbit_hosts = 10.236.168.134 rpc_backend = rabbit enabled_share_backends = cdotSingleSVM enabled_share_protocols = NFS,CIFS neutron_admin_password = nomoresecrete cinder_admin_password = nomoresecrete nova_admin_password = nomoresecrete default_share_type = default state_path = /opt/stack/data/manila osapi_share_extension = manila.api.contrib.standard_extensions rootwrap_config = /etc/manila/rootwrap.conf api_paste_config = /etc/manila/api-paste.ini share_name_template = share-%s scheduler_driver = manila.scheduler.filter_scheduler.FilterScheduler verbose = True debug = True auth_strategy = keystone [DATABASE] connection = mysql://root:stackdb@127.0.0.1/manila?charset=utf8 [oslo_concurrency] lock_path = /opt/stack/manila/manila_locks [cdotSingleSVM] share_backend_name=cdotSingleSVM share_driver = manila.share.drivers.netapp.common.NetAppDriver driver_handles_share_servers=False netapp_storage_family=ontap_cluster netapp_server_hostname=10.63.40.150 netapp_server_port=80 netapp_login=admin netapp_password=netapp1! netapp_vserver=manila-vserver netapp_transport_type=http netapp_aggregate_name_search_pattern=^((?!aggr0).)*$