# File lib/fog/compute/ecloud/models/location.rb, line 12
        def catalog(org_href)
          @catalog ||= Fog::Compute::Ecloud::Catalog.new(:service => service, :href => "#{service.base_path}/admin/catalog/organizations/#{org_href.scan(/\d+/)[0]}/locations/#{id}")
        end