Fix for manila share-type creation. It should be created with extra specs for snapshot support
Change-Id: Ie5cafc1f7ed650cf86ff1b40c0898cf8da8fab8d
diff --git a/tcp_tests/templates/virtual-mcp-pike-dvr/openstack.yaml b/tcp_tests/templates/virtual-mcp-pike-dvr/openstack.yaml
index 9c524fd..1f7da16 100644
--- a/tcp_tests/templates/virtual-mcp-pike-dvr/openstack.yaml
+++ b/tcp_tests/templates/virtual-mcp-pike-dvr/openstack.yaml
@@ -444,7 +444,7 @@
- description: Create manila type
cmd: |
- salt 'ctl01*' cmd.run '. /root/keystonercv3; manila type-create default False --is_public True'
+ salt 'ctl01*' cmd.run '. /root/keystonercv3; manila type-create default false --create_share_from_snapshot_support true --revert_to_snapshot_support true --mount_snapshot_support true --snapshot_support true --is_public true'
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 1, delay: 5}
skip_fail: false