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

          request(options)
        end