# File lib/fog/cloudstack/requests/compute/create_domain.rb, line 9 def create_domain(options={}) options.merge!( 'command' => 'createDomain' ) request(options) end