Use official service type
Build on change Id90044bca44387864aee8984bc2366c089c87cfc and
switch to the official service type rather than the unofficial
one that we are removing in [1].
[1] https://review.opendev.org/c/openstack/manila/+/959554
Change-Id: I4e769eb0b2838a9d5c69cfcab20fd7295ab32875
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
diff --git a/manila_tempest_tests/config.py b/manila_tempest_tests/config.py
index 5539bb5..421d640 100644
--- a/manila_tempest_tests/config.py
+++ b/manila_tempest_tests/config.py
@@ -50,7 +50,7 @@
"is found in the service catalog, the first found one is "
"used."),
cfg.StrOpt("catalog_type",
- default="share",
+ default="shared-file-system",
help="Catalog type of the Share service."),
cfg.StrOpt('endpoint_type',
default='publicURL',