# File lib/fog/workflow/openstack/v2/requests/update_environment.rb, line 21 def update_environment(_definition) response = Excon::Response.new response.status = 200 response.body = "" response end