There are a few changes needed in tempest-k8s, needed in order to run
the manila tempest tests:
- We're only using the manila v2 API, thus, tests related to v1 should
be skipped.
- CephFS share group snapshots are not supported since the W release.
Tests related to it should be skipped.
- The default value for share.catalog_type is "share", and it should be
set to "sharev2".
- The default value for share.endpoint_type is "publicURL", and it
should be set to "public".
- The config option share.capability_storage_pool needs to be set to
"NFS".
Change-Id: Ie739a983e089bd0e3cc8f50465a4cb11fc22552b
Signed-off-by: Claudiu Belu <cbelu@cloudbasesolutions.com>