Add nexentastore backend support
This patch adds posibility to configure nexenta
config options.
Change-Id: Ib1badc1b87f9ffa30209514a64ddd3551d5dae36
Related-Prod: PROD-18093
diff --git a/.kitchen.yml b/.kitchen.yml
index 7923057..05c9827 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -70,5 +70,15 @@
common:
version: <%= ENV['OS_VERSION'] || 'pike' %>
+ - name: share_nexenta
+ provisioner:
+ pillars-from-files:
+ manila.sls: tests/pillar/share_nexenta.sls
+ pillars:
+ release.sls:
+ manila:
+ common:
+ version: <%= ENV['OS_VERSION'] || 'pike' %>
+
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125