# File lib/fog/orchestration/openstack/requests/patch_stack.rb, line 28 def patch_stack(_stack, _options = {}) response = Excon::Response.new response.status = 202 response.body = {} response end