# File lib/fog/ibm/requests/compute/list_locations.rb, line 15
        def list_locations
          request(
            :method   => 'GET',
            :expects  => 200,
            :path     => "/locations"
          )
        end