# File lib/fog/shared_file_system/openstack.rb, line 339
        def set_api_path
          unless @path.match(@supported_versions)
            @path = Fog::OpenStack.get_supported_version_path(@supported_versions,
                                                              @openstack_management_uri,
                                                              @auth_token,
                                                              @connection_options)
          end
        end