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

          request(options)
        end