# File lib/fog/profitbricks/requests/compute/get_all_locations.rb, line 25
        def get_all_locations
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "/locations?depth=5"
          )
        end