Add nexentastore backend support
This patch adds posibility to configure nexenta
config options.
Change-Id: Ib1badc1b87f9ffa30209514a64ddd3551d5dae36
Related-Prod: PROD-18093
diff --git a/tests/pillar/share_nexenta.sls b/tests/pillar/share_nexenta.sls
new file mode 100644
index 0000000..7d6dc28
--- /dev/null
+++ b/tests/pillar/share_nexenta.sls
@@ -0,0 +1,76 @@
+manila:
+ common:
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ tenant: service
+ user: manila
+ password: misterio
+ endpoint_type: internalURL
+ database:
+ engine: mysql
+ host: 127.0.0.1
+ port: 3306
+ name: manila
+ user: manila
+ password: misterio
+ message_queue:
+ engine: rabbitmq
+ host: '127.0.0.1'
+ port: 5672
+ user: openstack
+ password: workshop
+ virtual_host: '/openstack'
+ share:
+ version: pike
+ enabled: true
+ enabled_share_backends:
+ nexenta:
+ name: nexenta
+ type: nexenta
+ enabled: true
+ dhss: false
+ nexenta_host: 1.2.3.4
+ nexenta_password: secretpassword
+ nexenta_user: nonexistent
+ nexenta_volume: volume1
+apache:
+ server:
+ enabled: true
+ default_mpm: event
+ mpm:
+ prefork:
+ enabled: true
+ servers:
+ start: 5
+ spare:
+ min: 2
+ max: 10
+ max_requests: 0
+ max_clients: 20
+ limit: 20
+ site:
+ manila:
+ enabled: false
+ available: true
+ type: wsgi
+ name: manila
+ host:
+ name: manila.ci.local
+ address: 127.0.0.1
+ port: 8041
+ log:
+ custom:
+ format: >-
+ %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
+ wsgi:
+ daemon_process: manila-api
+ processes: 2
+ threads: 10
+ user: manila
+ group: manila
+ display_name: '%{GROUP}'
+ script_alias: '/ /usr/bin/manila-api'
+ application_group: '%{GLOBAL}'
+ authorization: 'On'