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