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