Add execution of manila client state

This change is necessary for the creation
of manila resources needed for the tests.

Change-Id: Ife58bdc707fedd5f05c107caca82d671a85fcf2b
diff --git a/tcp_tests/templates/virtual-offline-ssl/openstack.yaml b/tcp_tests/templates/virtual-offline-ssl/openstack.yaml
index 31cfe01..4f3247e 100644
--- a/tcp_tests/templates/virtual-offline-ssl/openstack.yaml
+++ b/tcp_tests/templates/virtual-offline-ssl/openstack.yaml
@@ -274,6 +274,13 @@
   retry: {count: 3, delay: 5}
   skip_fail: false
 
+- description: Create manila type
+  cmd: |
+     salt 'cfg01*' state.sls manila.client
+  node_name: {{ HOSTNAME_CFG01 }}
+  retry: {count: 1, delay: 5}
+  skip_fail: false
+
 - description: Create CIFS and NFS share and check it status
   cmd: |
     salt 'ctl01*' cmd.run '. /root/keystonercv3; manila create CIFS 1 --share-type=default';