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