Add Barbican integration
This patch adds Barbican integration to Cinder
Change-Id: Idcae88e485ac32bdb013807ea88aaf0ce18f6b3f
Related-PROD: PROD-15205
diff --git a/.kitchen.yml b/.kitchen.yml
index 4a31b11..01c5fda 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -114,4 +114,9 @@
pillars-from-files:
cinder.sls: tests/pillar/vsp_single.sls
+ - name: volume_single_barbican
+ provisioner:
+ pillars-from-files:
+ cinder.sls: tests/pillar/volume_single_barbican.sls
+
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125