# File lib/fog/introspection/openstack.rb, line 95
        def set_api_path
          unless @path.match(SUPPORTED_VERSIONS)
            @path = "/v1"
          end
        end