# File lib/fog/openstack/requests/compute/list_flavors.rb, line 6
        def list_flavors
          request(
            :expects  => [200, 203],
            :method   => 'GET',
            :path     => 'flavors.json'
          )
        end