diff --git a/.github/workflows/functional-sharedfilesystems.yaml b/.github/workflows/functional-sharedfilesystems.yaml index 388191861b..75567e08d1 100644 --- a/.github/workflows/functional-sharedfilesystems.yaml +++ b/.github/workflows/functional-sharedfilesystems.yaml @@ -57,7 +57,7 @@ jobs: SHARE_BACKING_FILE_SIZE=32000M MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS='snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' MANILA_CONFIGURE_DEFAULT_TYPES=True - MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE=false + MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE=False ${{ matrix.devstack_conf_overrides }} enabled_services: "${{ matrix.additional_services }}" diff --git a/endpoint_search.go b/endpoint_search.go index 8818e769b8..8b176d1af5 100644 --- a/endpoint_search.go +++ b/endpoint_search.go @@ -45,7 +45,7 @@ var ServiceTypeAliases = map[string][]string{ "object-store": {}, "orchestration": {}, "placement": {}, - "shared-file-system": {"sharev2", "share"}, + "shared-file-system": {"share", "sharev2"}, "workflow": {"workflowv2"}, }