# File lib/fog/network/openstack.rb, line 467
        def set_api_path
          @path.sub!(%r{/$}, '')
          unless @path.match(SUPPORTED_VERSIONS)
            @path = Fog::OpenStack.get_supported_version_path(SUPPORTED_VERSIONS,
                                                              @openstack_management_uri,
                                                              @auth_token,
                                                              @connection_options)
          end
        end