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