# File lib/fog/nfv/openstack/requests/update_vnf.rb, line 26
        def update_vnf(_, _)
          response = Excon::Response.new
          response.status = 200
          response.body = {"vnf" => data[:vnfs].first}
          response
        end