# File lib/fog/orchestration/openstack/requests/validate_template.rb, line 5
        def validate_template(options = {})
          request(
            :body    => Fog::JSON.encode(options),
            :expects => [200],
            :method  => 'POST',
            :path    => 'validate'
          )
        end