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

          request(options)
        end